← finance.foundation

INDIVIDUAL MCP TOOL

search

Free-text search across all entity types (companies, markets, assets, funds, banks, countries, research).

finance.foundationnone authenticationAvailability not checked

LIVE ENDPOINT

https://finance.foundation/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

finance.foundation

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.finance-foundation]
url = "https://finance.foundation/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finance-foundation": {
      "type": "http",
      "url": "https://finance.foundation/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finance-foundation
Remote MCP URL: https://finance.foundation/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "finance-foundation": {
      "url": "https://finance.foundation/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finance-foundation": {
      "type": "http",
      "url": "https://finance.foundation/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finance-foundation",
  "transport": "streamable-http",
  "url": "https://finance.foundation/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup — Get one financial entity by type and id (slug).
  • list — List entities of one type, optionally filtered.
  • resolve_identifier — Resolve a ticker, LEI, ISIN, FIGI, MIC code or name to entities.
  • graph — Knowledge-graph neighborhood of an entity: nodes and typed edges (lists_on, domiciled_in, managed_by, sector_peer…).
  • ingest_text — Extract financial entities and relationships from unstructured text into Finance Foundation Schema v0.
  • live_data — Latest daily reference values (12 series): BTC/ETH/SOL/USDT/USDC prices, EUR/USD, USD/JPY, GBP/USD, USD/CNY, ECB main refinancing rate, US 10Y Treasury yield, US CPI YoY.