Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

TrueSource

PYPI · TRUESOURCE-MCP · SCANNED SEP 20

First-hand market signals: filings, procurement wins, R&D expansion, macro data

Available components

+20 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 9 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 777 tokens (~129/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the TrueSource MCP server?

TrueSource runs locally as a PyPI package, launched with uvx truesource-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · truesource-mcp

# add to Claude Code
claude mcp add hangeaiagent-truesource-mcp -- uvx truesource-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "hangeaiagent-truesource-mcp": {
      "command": "uvx",
      "args": [
        "truesource-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hangeaiagent-truesource-mcp": {
      "command": "uvx",
      "args": [
        "truesource-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add hangeaiagent-truesource-mcp -- uvx truesource-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hangeaiagent-truesource-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "truesource-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hangeaiagent-truesource-mcp --command uvx --arg truesource-mcp
# ~/.hermes/config.yaml
mcp_servers:
  hangeaiagent-truesource-mcp:
    command: "uvx"
    args: ["truesource-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hangeaiagent-truesource-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "truesource-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add hangeaiagent-truesource-mcp -t stdio -c uvx -a truesource-mcp
// mcp.json
{
  "mcpServers": {
    "hangeaiagent-truesource-mcp": {
      "command": "uvx",
      "args": [
        "truesource-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +4
    • Stability: unverified → 0.23 functional
  • 10 Sept 26 54

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/truesource-mcp@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 32 packages
Packages resolved 32
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~777 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
truesource_alert_signals ~97

只返回达到预警阈值的信号(最近 26 小时)。 symbols 逗号分隔的代码 比 daily_brief 更窄 —— 它只给「需要动作」的那些。 **空结果是有意义的结论**:这批票最近 26 小时没有触发预警, 不是查询失败。

NameTypeReqDescription
symbolsstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

truesource_daily_brief ~187

一批股票的信号摘要 + 预警级别(最近 3 天)。 symbols 逗号分隔的代码,如 `300308,688041`。一次问一批比逐个问快得多。 每只票会带一个 alert_level: red 有需要立刻看的负面信号 yellow 有变化,值得留意 green 正常 grey 这几天没采到信号(**不等于没事,是没数据**) ⚠️ grey 和 green 是两件事。grey 表示这只票最近 3 天没有采到任何信号, 可能是它确实安静,也可能是爬虫没覆盖到 —— 别把 grey 读成「安全」。

NameTypeReqDescription
symbolsstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

truesource_macro ~69

宏观信号 —— 国家统计局 + 海关 + 行业协会的口径数据。 days 查最近几天,默认 30 给的是有明确发布方和日期的原始口径,不是二手解读。

NameTypeReqDescription
daysinteger
NameTypeReqDescription
resultstringyes

No examples provided.

truesource_procurement ~107

最近的政府采购中标信号 —— 哪些公司在真拿单。 days 查最近几天,默认 7 limit 最多几条,默认 15 这是 TrueSource 最独有的一块:中标公告是**已经发生的事实**, 比研报的预测更硬。适合回答「谁在实际拿到订单」这类问题。

NameTypeReqDescription
daysinteger
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

truesource_report ~163

单只标的的完整研究报告 —— 公告、研发扩张、北向持仓、AI 搜索分类汇总。 symbol 单个股票代码,如 `300308` **只有 35 只预制标的(AI 算力链)能秒回。** 其它票会返回 not_found, 那时改用 `truesource_scout` 做实时采集(慢,但任意 A 股都能查)。 这个工具不会自动帮你 fallback 到 scout —— 因为 scout 要跑 30-60 秒 并产生真实花费,那个决定应该由你(或用户)明确做出,不该悄悄发生。

NameTypeReqDescription
symbolstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

truesource_scout ~154

对一只票做**实时全量采集** —— 任意 A 股都能查。 symbol 股票代码,如 `600519` name 股票名称(可选,能提高 AI 搜索的命中率) 并行跑价格 + 公告 + 研发扩张 + 北向 + Gemini AI 搜索。 ⚠️ **一次要 30-60 秒,且产生真实的第三方 API 花费。** 先试 `truesource_report`(预制标的秒回),它 not_found 了再用这个。 不要在循环里对几十只票调用它。

NameTypeReqDescription
namestring
symbolstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the TrueSource MCP server?

TrueSource is an MCP server listed in the public MCP registry as io.github.hangeaiagent/truesource-mcp. First-hand market signals: filings, procurement wins, R&D expansion, macro data. This page covers its PyPI package (truesource-mcp).

Is the TrueSource MCP server safe to use?

TrueSource scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the TrueSource MCP server expose?

TrueSource exposes 6 tools: truesource_procurement, truesource_macro, truesource_daily_brief, truesource_alert_signals, truesource_report, truesource_scout. Their descriptions and schemas cost roughly 777 tokens of context every time the server is loaded.

Is the TrueSource MCP server still maintained?

TrueSource is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the TrueSource MCP server under?

TrueSource declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.