Skip to main content
Glama
Hlobo-dev

tengu-firm

by Hlobo-dev

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

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'

Related MCP server: MCP Financial Data Gateway

Tool catalogue

Live discovery (no auth required):

  • Capabilities: https://firm.tengu.co/api/capabilities

  • OpenAPI 3.1: https://firm.tengu.co/api/openapi.json

Group

Prefix

Count

Surface

legacy

tengu_*

10

EC2-compat core data

v2

tengu_v2_*

15

FIRM upgrades

v3

tengu_v3_*

301

Expert: agents, decision, execution, strategies, memory, lab

copilot

tengu_copilot_*

20

Chat-copilot aggregations

ml

tengu_ml_*

5

Direct 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

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

License

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    62 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
  • A
    license
    -
    quality
    B
    maintenance
    Wall 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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