Skip to main content

truesource-mcp

First-hand market signals your AI agent can actually cite.

An MCP server wrapping TrueSource — a crawler and AI-retrieval stack that watches things which have already happened and carry a verifiable source: exchange filings, government procurement awards, R&D expansion moves, northbound holdings, and official macro releases.

It does not summarise analyst reports and it does not emit buy/sell calls. Every signal comes with a date and where it came from.

License


Tools

Tool What it does Speed
truesource_procurement(days, limit) Recent government procurement awards — who is actually winning contracts fast
truesource_macro(days) Macro releases from the statistics bureau, customs and industry bodies fast
truesource_daily_brief(symbols) Signal digest + alert level for a batch of tickers (last 3 days) fast
truesource_alert_signals(symbols) Only signals that crossed an alert threshold (last 26 hours) fast
truesource_report(symbol) Full research report — 35 pre-built AI-compute names only fast
truesource_scout(symbol, name) Live full collection for any A-share 30–60s

Procurement is the most distinctive one: a contract award is a fact that has already occurred, which is a harder input than a forecast.


Quick start

You need an API key first — see below.

Claude Desktop / Cursor

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "truesource": {
      "command": "uvx",
      "args": ["truesource-mcp"],
      "env": { "HUNTER_API_KEY": "hunt_tools_xxx" }
    }
  }
}

Command line

# no install needed
HUNTER_API_KEY=hunt_tools_xxx uvx truesource-mcp

# or install it
pip install truesource-mcp
HUNTER_API_KEY=hunt_tools_xxx truesource-mcp

API key

This server has no keyless mode, and cannot have one — the upstream gateway returns 403 without a key.

The reason is cost: truesource_scout runs real crawlers plus a Gemini search on every call, so each invocation spends money on third-party APIs. Anonymous access would be trivially expensive to abuse and impossible to attribute.

Get one at https://hunter.agentpit.io/dev/api-keys — sign in, click 申请 API Key, copy the hunt_tools_… key (shown once), set it as HUNTER_API_KEY.

If the key is missing, this server does not return sample data or a fake success. It returns an error that tells you exactly where to get a key.


Environment variables

Variable Default Notes
HUNTER_API_KEY Required. hunt_tools_ key
TRUESOURCE_URL https://hunter.agentpit.io/api/saas/truesource Point at your own deployment if you self-host
TRUESOURCE_TIMEOUT 20 Seconds. scout gets its own 120s floor regardless
TRUESOURCE_MAX_ITEMS 40 Cap on items per response
TRUESOURCE_MCP_TRANSPORT stdio stdio | streamable-http | sse
TRUESOURCE_MCP_HOST / _PORT 0.0.0.0 / 8933 Remote transports only

stdio is what Claude Desktop, Cursor and uvx use. Run a remote transport only if one long-running server should serve several clients — and prefer streamable-http, since the MCP spec marks SSE as deprecated.


Three things that will bite you otherwise

grey is not green. In daily_brief, an alert level of grey means no signal was collected for this ticker in the last 3 days. That may mean the stock was quiet, or it may mean coverage missed it. It does not mean "safe".

An empty result is a conclusion, not a failure. alert_signals returning nothing means these tickers crossed no threshold in the last 26 hours. That is information. This server never dresses an empty result up as an error, and never fills it with placeholder rows.

Truncation is always disclosed. Responses are capped at TRUESOURCE_MAX_ITEMS (40 by default). When that bites, the payload carries truncated: true, the real total, and a note not to draw conclusions from the visible slice. Raise the cap or narrow the date range instead.

truesource_report also will not silently fall back to scout when a ticker isn't one of the 35 pre-built names. Scout costs 30–60 seconds and real money — that choice should be made deliberately, not happen behind your back.


Errors you might hit

Error Meaning
missing_api_key HUNTER_API_KEY not set — see API key
invalid_api_key (401) Key wrong, incomplete or revoked
forbidden (403) Key valid but lacks access to this endpoint
not_found (404) For report: ticker isn't a pre-built name — use truesource_scout
timeout scout genuinely takes 30–60s; raise TRUESOURCE_TIMEOUT
upstream_down (502/503) Crawler service is down; retry later

Related

  • kronos-mcp — K-line forecasting for A-shares, US and HK equities
  • akshare-mcp — lets a model explore AKShare's 1000+ China market data functions on its own
  • hunter-community — the open-source stack these come from

Apache-2.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

truesource_mcp-0.1.0.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

truesource_mcp-0.1.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file truesource_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: truesource_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for truesource_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cd9aee928e5cf2b483a97d907f11fb63e3fe4329f2f84125f5f772db3575a898
MD5 4fb1d652e31dd7834a520248b302aef2
BLAKE2b-256 4626274d986555c971d2e1ae7f91f4b4eeb021459772443844da13fb84aecf0d

See more details on using hashes here.

File details

Details for the file truesource_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: truesource_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for truesource_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ebdbd37ebc46fab2b4b6488769d0cba90032f1ec1bf508926b3d4e5c81fab847
MD5 c94c1628d474b8fba1f9d135f80e4be0
BLAKE2b-256 20193a8baa49ab27f2df0ed331cf5ae95b74d962a44b93652162ea7f20fad51b

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page