tengu-firm
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tengu-firmShow me the latest insider trading activity for NVDA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tengu FIRM — MCP Server
One API key. 336 market & quant data tools. Built for AI agents.
Tengu FIRM is a hosted Model Context Protocol server that exposes real-time and historical market data, SEC filings, insider/institutional/ congressional trades, fundamentals, quant signals, cited verdicts, private markets, and macro data — as native agent tools over MCP Streamable HTTP.
Endpoint:
https://firm.tengu.co/mcpTransport: MCP Streamable HTTP (JSON-RPC 2.0) —
initialize,tools/list,tools/callAuth: send your key as the
X-API-Keyheader (orAuthorization: Bearer <key>)Server:
tengu-firm· manifest2.114Get a key (free, no card): https://tengu.co/api
Every tools/call proxies to a firm.tengu.co REST endpoint, so tier gating and credit
metering apply exactly as on REST. Data and structured signals — not investment advice.
Connect
claude.ai (recommended for a hosted server)
Settings → Connectors → Add custom connector → URL https://firm.tengu.co/mcp,
and set the X-API-Key header to your key.
Claude Desktop / Cursor (via mcp-remote)
Desktop clients launch MCP servers as local processes, so bridge to the remote endpoint
with mcp-remote:
{
"mcpServers": {
"tengu-firm": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://firm.tengu.co/mcp",
"--header", "X-API-Key:YOUR_TENGU_API_KEY"]
}
}
}Any remote-capable MCP client
{
"mcpServers": {
"tengu-firm": {
"url": "https://firm.tengu.co/mcp",
"headers": { "X-API-Key": "YOUR_TENGU_API_KEY" }
}
}
}Verify it's reachable
curl -s -X POST https://firm.tengu.co/mcp \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_TENGU_API_KEY' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq '.result.tools | length'Related MCP server: MCP Financial Data Gateway
Tool catalogue
Live discovery (no auth required):
Capabilities:
https://firm.tengu.co/api/capabilitiesOpenAPI 3.1:
https://firm.tengu.co/api/openapi.json
Group | Prefix | Count | Surface |
legacy |
| 10 | EC2-compat core data |
v2 |
| 15 | FIRM upgrades |
v3 |
| 301 | Expert: agents, decision, execution, strategies, memory, lab |
copilot |
| 20 | Chat-copilot aggregations |
ml |
| 5 | Direct ML model surface |
Example tools
tengu_snapshot— live price snapshot for a tickertengu_crypto— real-time crypto quote (439 pairs)tengu_insider_clusters— companies where multiple insiders bought around the same timetengu_v3_fundamentals_full— full fundamentals (income, balance sheet, cash flow, 100+ metrics)
Data surfaces: real-time + 30yr OHLCV (stocks & crypto) · 100+ fundamentals · SEC filings (10-K/10-Q/8-K) · insider trades (Form 4) · institutional holdings (13F) · congressional trades (STOCK Act) · news sentiment (57 sources) · quant factor scores · cited verdicts · private markets (10.5M companies / 3M deals / 646K investors) · macro (CPI, rates, employment).
Pricing
Tier | Price | Credits / mo | Rate limit |
Free | $0 | 1,000 | 30 req/min |
Starter | $99 | 250,000 | 120 req/min |
Pro | $499 | 2,000,000 | 600 req/min |
Expert | $999 | 5,000,000 | 1,200 req/min |
Start free (no card): https://tengu.co/api
Links
Homepage: https://tengu.co/api
Capabilities: https://firm.tengu.co/api/capabilities
License
MIT — see LICENSE. "Tengu" and "FIRM" are marks of Tengu, Inc.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.MIT
- Alicense-qualityDmaintenanceProvides 10 financial data tools (market data, economic indicators, news, insider trades, and calendars) via a single MCP layer, enabling any MCP-compatible LLM to access diverse financial data through a unified interface.MIT

inferventisofficial
Flicense-qualityDmaintenanceEnables AI agents to access real-time financial data, news, and web reading through a single MCP endpoint with zero installation.- Alicense-qualityBmaintenanceWall Street data feed for AI agents, providing access to 100M+ source-traced SEC records, institutional holdings, insider trades, congress trading, and more via MCP tools.MIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hlobo-dev/tengu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server