← Back to Plugins
MCP Server MCP

io.github.jakeyoung1/veris

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "veris-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Brave Search API key; falls back to keyless DuckDuckGo if unset.",
          "format": "string",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        },
        {
          "description": "SEC fair-access User-Agent ('Name email@domain') for EDGAR; a default ships.",
          "format": "string",
          "name": "SEC_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...