Fiscal.ai logo

Fiscal.ai

Clean Public Equity Fundamental Data

Official docs

About Fiscal.ai

Fiscal.ai provides clean public-equity fundamental data for financial research. Its connector gives assistants structured company and market context for analysis, comparison, and investment-oriented questions grounded in financial datasets.

Connection details

https://api.fiscal.ai/mcp/sse
Transport
SSE (Server-Sent Events)
Authentication
OAuth

Setup

claude mcp add fiscal-ai --transport sse https://api.fiscal.ai/mcp/sse

Frequently asked questions

What is the Fiscal.ai remote MCP server?

The Fiscal.ai remote MCP server is a hosted Model Context Protocol endpoint at https://api.fiscal.ai/mcp/sse, so AI assistants can connect to it without installing or running anything locally. Fiscal.ai provides clean public-equity fundamental data for financial research. Its connector gives assistants structured company and market context for analysis, comparison, and investment-oriented questions grounded in financial datasets.

How do I connect to the Fiscal.ai MCP server?

Add the endpoint https://api.fiscal.ai/mcp/sse to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Fiscal.ai MCP server require authentication?

Yes. Fiscal.ai uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Fiscal.ai MCP server use?

Fiscal.ai exposes an SSE (Server-Sent Events) endpoint. Most MCP clients still support SSE, although Streamable HTTP is the newer standard transport.

More remote MCP servers