Odel
veris

veris

Local
@jakeyoung1TypeScriptMITUpdated 2mo ago

Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmveris-mcpv0.2.0

Run

npx -y veris-mcp

MCP client config

{
  "mcpServers": {
    "veris": {
      "command": "npx",
      "args": [
        "-y",
        "veris-mcp"
      ]
    }
  }
}