tengu-firm
Allows Figma to use Wealthnow's financial data tools for market data and fundamentals.
Allows GitHub Copilot CLI to connect with an API key and use Wealthnow's financial data tools for quotes, fundamentals, SEC filings, and more.
Allows Perplexity to query Wealthnow for market quotes, fundamentals, SEC filings, and other financial data.
Allows Postman to invoke Wealthnow's financial data tools, including market data and fundamentals, for API workflows.
Allows Slack to access Wealthnow's financial data capabilities, including quotes, fundamentals, SEC filings, and market news.
Allows Warp terminal users to call Wealthnow's financial data tools, such as price snapshots, fundamentals, and SEC filings.
Click on "Deploy 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.
Wealthnow MCP server
Market data, fundamentals, SEC filings, insider, 13F and congressional trades, and private markets for AI agents.
Wealthnow is a hosted Model Context Protocol server. Add one URL to your AI app, sign in to Wealthnow, and your agent can call financial data tools directly.
Endpoint |
|
Transport | Streamable HTTP |
Sign-in | OAuth 2.1. Your AI app opens Wealthnow's sign-in page and returns you connected, with no key to copy. |
API key | Optional, for scripts and apps without OAuth: send it in the |
Registry |
|
Free plan | 1,000 credits a month, no card needed. Connecting from an AI app starts it for you. |
Every tool is read-only. Which tools you see depends on your plan:
Free: market data, fundamentals and SEC filings.
Paid plans: the full catalogue, which is listed in the server card.
Data and structured signals, not investment advice.
Connect
Claude (claude.ai, Claude Desktop, Claude mobile)
To add it by hand instead:
In Claude, open Settings → Connectors → Add custom connector.
Enter the name
Wealthnowand the URLhttps://mcp.wealthnow.io/mcp.Click Connect, sign in to Wealthnow, then click Connect on the Wealthnow page.
A connector you add on the web also appears in Claude Desktop and on mobile.
Claude Code
claude mcp add --transport http wealthnow https://mcp.wealthnow.io/mcpThen run /mcp inside Claude Code, choose wealthnow, and sign in.
Or install it as a plugin from this repository:
/plugin marketplace add Hlobo-dev/wealthnow-mcp
/plugin install wealthnow@wealthnowChatGPT
Open ChatGPT on the web and go to Settings → Apps. Some accounts label this Apps & Connectors or Connectors.
Open Advanced settings and turn on Developer mode.
Back on Apps, click Create.
Enter the URL
https://mcp.wealthnow.io/mcpand choose OAuth.Sign in to Wealthnow when ChatGPT sends you there.
Cursor
Or add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"wealthnow": { "url": "https://mcp.wealthnow.io/mcp" }
}
}The first time you use it, Cursor asks you to sign in to Wealthnow.
Other MCP apps
In most apps that support remote MCP servers with OAuth, you add https://mcp.wealthnow.io/mcp as a remote (Streamable HTTP) server, and the app registers itself and runs the sign-in. We have checked this with:
Grok, Perplexity and Devin
Cline, Kiro, Amp and LM Studio
Warp's terminal, Postman, Slack and Figma
Not working yet. Sign-in from these apps is still being enabled on our side. Until then, connect them with an API key:
VS Code, Zed, GitHub Copilot CLI and Goose: they identify themselves with a client metadata document.
Gemini CLI 0.60 and later: it requires an
issparameter on the sign-in response.
Zed skips sign-in when you set the Authorization: Bearer YOUR_TENGU_API_KEY header; the server accepts the key there as well as in X-API-Key.
With an API key
Get a key from the Wealthnow dashboard and send it in the X-API-Key header. This works in any client that lets you set headers:
{
"mcpServers": {
"wealthnow": {
"url": "https://mcp.wealthnow.io/mcp",
"headers": { "X-API-Key": "YOUR_TENGU_API_KEY" }
}
}
}If your app only runs local servers, bridge to the remote one with mcp-remote:
{
"mcpServers": {
"wealthnow": {
"command": "npx",
"args": ["-y", "mcp-remote@0.14.2", "https://mcp.wealthnow.io/mcp",
"--header", "X-API-Key:${TENGU_API_KEY}"],
"env": { "TENGU_API_KEY": "YOUR_TENGU_API_KEY" }
}
}
}Related MCP server: inferventis
Try it
Once connected, ask your agent:
Using Wealthnow, what's the latest quote for AAPL?
Or call it directly with an API key:
curl -s -X POST https://mcp.wealthnow.io/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H "X-API-Key: $TENGU_API_KEY" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"fundamentals_price_snapshot","arguments":{"ticker":"AAPL"}}}'More in examples/: a quickstart, Python and TypeScript.
What it covers
Real-time and historical prices for stocks and crypto
Fundamentals: income statement, balance sheet, cash flow, metrics, screener and peers
SEC filings: 10-K, 10-Q, 8-K and structured extracts
Insider trades (Form 4), institutional holdings (13F) and congressional trades
News and sentiment, macro, rates, FX and commodities
Options flow, alternative data and private markets (companies, deals, investors)
Discovery
MCP server card: https://mcp.wealthnow.io/.well-known/mcp/server-card.json
OAuth protected resource metadata: https://mcp.wealthnow.io/.well-known/oauth-protected-resource
REST API (OpenAPI 3.1): https://firm.wealthnow.io/api/openapi.json
Links
Product: https://wealthnow.io/api
Pricing: https://wealthnow.io/pricing
Privacy: https://wealthnow.io/privacy
Terms: https://wealthnow.io/terms
Support: hello@wealthnow.io
License
The examples and listing files in this repository are MIT licensed; see LICENSE. The Wealthnow service is covered by its terms. "Wealthnow" is a mark of Tengu LLC.
This server cannot be deployed
Maintenance
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
17 Base data tools for agents over Streamable HTTP MCP. Pay per call in USDC via x402; no API key.
Your agent needs markets — prices and fundamentals for listed companies, the filings behind them, crypto, and what the prediction markets put the odds at. **What you can ask for** • "Pull this company's income statement, cash flow and balance sheet for the last 8 quarters." • "What did insiders buy or sell, and when?" • "Snapshot prices for these 50 tickers, then the OHLC history for the three that moved." • "What are the current odds on this event across Kalshi and Polymarket?" • "Screen for companies matching these financial criteria." **How to use it** Point any MCP client at https://mcp.aisa.one/finance/mcp and sign in with OAuth — there is no key to create or paste. 49 tools: prices and snapshots, income statements, balance sheets and cash flows, metrics and ratios, earnings and analyst estimates, filings and line-item search, insider trades, macro interest rates, news, a screener; CoinGecko spot prices, market tables, OHLC, per-venue tickers and trending; Kalshi and Polymarket markets and trades; plus EDINET filings for Japan. **Why this rather than the source** Equities, crypto and event markets behind one account, so a cross-asset question is one conversation. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Read the number here, then ask the same agent what X is saying about the ticker today — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/marketpulse/mcp · /crypto-market-data/mcp · /prediction-market-data/mcp · /stock-pulse/mcp for one slice each.
75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides 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.1MIT

inferventisofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to access real-time financial data, news, and web reading through a single MCP endpoint with zero installation.1-- AlicenseNot gradedqualityBmaintenanceWall 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
- AlicenseAqualityAmaintenanceProvides live financial data for any LLM agent, including stock quotes, crypto prices, SEC filings, XBRL financials, FX rates, and macro indicators, through ten MCP tools.1175 npm1MIT