← Back to Plugins
MCP Server MCP

io.github.daniel3303/equibles

github By github 👁 1 views ▲ 0 votes

90+ free tools, Claude & ChatGPT: prices, options, SEC filings, 13F, insider, congress, transcripts.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.equibles.com/mcp",
      "headers": [
        {
          "description": "Bearer API key (eq_...). Required unless your client signs in over OAuth — tool calls without either are rejected. Free tier: 100 requests/day.",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Your Equibles API key, from https://equibles.com/dashboard/apikeys (free account, no credit card). Leave blank only if your client supports OAuth sign-in.",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...