Serverscom.the13f/mcp
M

com.the13f/mcp

com.the13f/mcp · v0.1.3
▦ pypi
v0.1.3pypi pypi: the13f-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.the13f/mcp",
  "description": "Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows.",
  "repository": {
    "url": "https://github.com/pickelfintech/the13f-mcp",
    "source": "github"
  },
  "version": "0.1.3",
  "websiteUrl": "https://the13f.com/developers/mcp.html",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "the13f-mcp",
      "version": "0.1.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free pf13f_ key from https://the13f.com/developers/. 100 calls/day, no credit card. Without it, every tool returns a structured free-signup-required response with the signup URL.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "THE13F_API_KEY"
        },
        {
          "description": "Override API base URL. Defaults to https://api.the13f.com. Used for local development against a running copy of the13f's gui_server.",
          "format": "string",
          "default": "https://api.the13f.com",
          "name": "THE13F_API_BASE_URL"
        },
        {
          "description": "Per-request HTTP timeout in seconds. Minimum 5.",
          "format": "string",
          "default": "30",
          "name": "THE13F_MCP_TIMEOUT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}