← Back to browse

Flori Financial Data API

About

SEC EDGAR financials, insider trading, and economic data for AI agents. US GAAP + IFRS.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http flori-financial-data https://steve-12ad36b4.base44.app/functions/floriMCP
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"flori-financial-data","type":"http","url":"https://steve-12ad36b4.base44.app/functions/floriMCP"}'
JSON
{
  "mcpServers": {
    "flori-financial-data": {
      "url": "https://steve-12ad36b4.base44.app/functions/floriMCP"
    }
  }
}