Fintel
Financial MCP Server
Ads
Overview
Query institutional financial datasets through the Model Context Protocol, designed specifically for AI-agent integrations. Clean, structured JSON responses suitable for tools, research copilots, and automation workflows. Clients automatically discover available tools, parameters, and descriptions via the standardized MCP interface. MCP and REST share the same underlying data, auth, entitlements, and stability. One backend, two front doors. Billing-grade usage metering and account-aware access control for production-ready agent deployments.
Installation
https://mcp.fintel.io/mcp
Configuration
Configuration example is not available yet.
Capabilities
- Discover live tools
Use `tools/list` to see the exact MCP tools and entitlements available for your API key.
- Look up securities
Ask for security master data and identifiers like ticker, CUSIP, ISIN, or FIGI, including profile and listing history.
- Get EOD market data
Request end-of-day price bars and historical market trends for covered securities.
- Track insider activity
Retrieve reported insider transactions derived from SEC Forms 3, 4, and 5.
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.