Back to Browse

Tengu MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

One MCP key: prices, fundamentals, SEC filings, insider/13F/congressional trades. 336 tools.

About

One MCP key: prices, fundamentals, SEC filings, insider/13F/congressional trades. 336 tools.

Remote endpoints: streamable-http: https://firm.tengu.co/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.

336 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-hlobo-dev-tengu-firm": {
      "url": "https://firm.tengu.co/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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/mcp
  • Transport: MCP Streamable HTTP (JSON-RPC 2.0) — initialize, tools/list, tools/call
  • Auth: send your key as the X-API-Key header (or Authorization: Bearer <key>)
  • Server: tengu-firm · manifest 2.114
  • Get 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 → ConnectorsAdd 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'

Tool catalogue

Live discovery (no auth required):

  • Capabilities: https://firm.tengu.co/api/capabilities
  • OpenAPI 3.1: https://firm.tengu.co/api/openapi.json
GroupPrefixCountSurface
legacytengu_*10EC2-compat core data
v2tengu_v2_*15FIRM upgrades
v3tengu_v3_*301Expert: agents, decision, execution, strategies, memory, lab
copilottengu_copilot_*20Chat-copilot aggregations
mltengu_ml_*5Direct ML model surface

Example tools

  • tengu_snapshot — live price snapshot for a ticker
  • tengu_crypto — real-time crypto quote (439 pairs)
  • tengu_insider_clusters — companies where multiple insiders bought around the same time
  • tengu_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

TierPriceCredits / moRate limit
Free$01,00030 req/min
Starter$99250,000120 req/min
Pro$4992,000,000600 req/min
Expert$9995,000,0001,200 req/min

Start free (no card): https://tengu.co/api

Links

License

MIT — see LICENSE. "Tengu" and "FIRM" are marks of Tengu, Inc.

Reviews

No reviews yet

Be the first to review this server!