MCP

Clarifo inside Claude and Cursor.

Use Clarifo's filings, financials, and company comparisons inside the AI tool you already use. No coding, no API clients — paste a connection string and start.

Claude
claude-opus-4-7

Compare NVIDIA and AMD data-center revenue for the latest quarter

clarifo.search_filings· NVIDIA 10-Q
clarifo.get_financials· NVIDIA, AMD
clarifo.compare_companies· data center

NVIDIA's Data Center revenue reached ~$39B last quarter (+73% YoY). AMD's Data Center segment was $5.8B (+109% YoY). NVIDIA's gross margin held above 74%…

MCP3 sources10-Q
Message Claude…

Why MCP, not roll your own

One connection, packaged and ready, inside the AI tool you already use.

Setup in 30 seconds

Paste a single connection string into Claude Desktop or Cursor. No API keys in code, no onboarding kit.

Finland, Sweden, and the US

Every listed company in Helsinki, Stockholm, and US exchanges from a single MCP server. One package, three markets.

AI-native, not REST

Tools are described to Claude and Cursor in natural language. You ask, the AI decides which tool to call.

OAuth 2.1 and per-user limits

Connection is authenticated with OAuth 2.1. Plus gives 500 / Pro gives 5,000 calls per day — your account, your limits.

What you can do

Ask in Claude or Cursor chat for whatever you need — Clarifo fetches the data, the AI shapes the answer.

Search filings

Ask in plain language about filings, quarterly reports, or presentations. The AI finds the relevant passage and cites the source.

Pull key metrics

Revenue, EBIT, free cash flow, growth rates, and other essentials delivered straight into the answer — no manual lookup.

Read statements line by line

Income, balance sheet, and cash flow over multiple years — ask for a specific line or compare across periods.

Get to know a company fast

Basics, management, market, and business segments in one snapshot. A solid starting point before deeper analysis.

Compare companies side by side

Line up two or more companies on the metrics you care about. Try: "compare NVIDIA and AMD margins and growth".

Screen for ideas

Find Nordic or US-listed companies that match financial criteria — e.g. "S&P 500 software companies with EBIT margin above 25% and revenue growth above 20%".

See where revenue comes from

Revenue by country and segment from the latest reports. Ask "Apple's Services share" or "Kone's Asia revenue".

Quote straight from the source

Answers are grounded in original filings, 10-Ks, 10-Qs, and presentations — every claim comes with a source citation.

What you can ask

Example prompts for Claude Desktop or Cursor chat.

Compare NVIDIA and AMD data-center segment revenue and gross margin across the last four quarters.

Get Nokia Q1 2026 revenue and compare to Ericsson for the same quarter.

Summarize the AI risk factors in Microsoft's latest 10-K and compare them to Alphabet's.

List S&P 500 software companies with revenue growth above 20% and FCF margin above 25% in 2025.

How to connect Clarifo

The same process works in Claude Desktop, Cursor, and other MCP-compatible tools.

1

Subscribe to Plus or Pro

MCP connection is included in both paid plans. Plus gives 500 calls/day and 5,000/month, Pro gives 5,000 calls/day.

2

Copy your connection string

Add the snippet below to your Claude Desktop or Cursor config. First launch opens an OAuth login to Clarifo.

3

Restart and ask

Restart Claude or Cursor. Clarifo's tools appear automatically, and the AI calls them when your question needs data.

Connection URL
URL
https://clarifo.com/mcp
Claude Desktop — claude_desktop_config.json
JSON
{
  "mcpServers": {
    "clarifo": {
      "url": "https://clarifo.com/mcp",
      "auth": "oauth"
    }
  }
}
Cursor — Settings → MCP
JSON
{
  "mcp": {
    "servers": {
      "clarifo": {
        "url": "https://clarifo.com/mcp",
        "auth": "oauth"
      }
    }
  }
}