Using StockFit with AI

StockFit supports the Model Context Protocol (MCP), an open standard that lets AI assistants use APIs as tools. Once connected, your AI client can query financials, ownership data, filings, and more — directly from conversation.

1

Add to your MCP config

Replace YOUR_API_KEY with your token from the dashboard.

mcp.json
{
  "mcpServers": {
    "stockfit-api": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.stockfit.io/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
2

Connect your AI client

Paste the config into your client's MCP settings. Each client stores it in a slightly different location.

Using StockFit with AI | MCP Integration | StockFit API