True Source MCP Server

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.

People who work with docker compose, financial ai and opencode and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 520 · #13 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install True Source

before you install - you'll need

HUNTER_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add agentpit-io-hunter-community-tools-trues -- uvx truesource-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentpit-io-hunter-community-tools-trues": {
      "command": "uvx",
      "args": [
        "truesource-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-10 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package truesource-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.hangeaiagent is not the repo owner (agentpit-io) - the registry entry was published by someone else

03 · What True Source can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-09-16

对话引擎镜像从 7.56 GB 瘦到 618 MB,首次要下载的量从 1.70 GB 降到 153 MB · (实测冷拉:美国节点 123 秒 → 6 秒,新加坡节点 9 秒;国内没有测试机,未测)。 · 磁盘要求从 20 GB 降到 10 GB。首次启动的耗时大头也随之从「下镜像」变成了「本地构建 api 与 web」。 · The chat-engine image went from 7.56 GB to 618 MB - a…

v1.0.0 · 2026-09-13

首个正式版。汇总 1.0.0-rc1 之后到 2026-09-13 的改动(约 220 个提交)。 · 注:rc1 里列的「剩余工作」(scheduler 连续 3 个交易日全绿、pred_backtest 30+ 样本、Grafana 看板)本版不作为完成项声明。 · 新增 · Added · 全市场扫描筛选器(魔法筛选器,已升为一级页面) · - thinkScript 子集脚本 +…

v0.2.0 · 2026-08-10

Added · opencode chat engine now runs via ghcr.io/agentpit-io/hunter-opencode:latest · · docker-compose service uncommented · 5 hunter plugins loaded · (hunter-auth · hunter-audit · hunter-guard · hunter-budget…

04 · Who maintains True Source

TrueSource is maintained by agentpit-io. We track 3 MCP servers from agentpit-io - 3 actively maintained, 520 combined GitHub stars, oldest repo from Aug 2026.

  1. Kronos Stock price forecasting for China A-shares - Kronos K-line time-series model ★ 520
  2. AKShare Let a model explore AKShare's 1000+ China market data functions on its own - search, inspect, call ★ 520

05 · Facts

category
finance - ranked #13 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-16)
registry
io.github.hangeaiagent/truesource-mcp (active, first published 2026-09-10)
packages
pypi:truesource-mcp

06 · True Source FAQ

What is True Source?

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.

Is True Source still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install True Source?

Run `uvx truesource-mcp`. The README documents one environment variable (HUNTER_API_KEY) to set first. You can also paste the ready-made client config above.

Does True Source run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to True Source