mcpbeat Sign in

TrueSource MCP Server

local only

TrueSource runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

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

Installs / week
pypi · truesource-mcp
520
Stars
15 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] truesource_mcp/__init__.py:1, [пакет] truesource_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет
    return pickle.loads(zlib.decompress(bytes(blob)))
document.body.innerHTML = renderShell('agent', '策略广场 / 小鹿智能体',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add truesource-mcp -- uvx truesource-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "truesource-mcp": {
      "args": [
        "truesource-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.truesource-mcp]
command = "uvx"
args = ["truesource-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "truesource-mcp": {
      "args": [
        "truesource-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "truesource-mcp": {
      "args": [
        "truesource-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HUNTER_API_KEY (API key from https://hunter.agentpit.io/dev/api-keys), TRUESOURCE_URL (Override the upstream endpoint if you self-host), TRUESOURCE_MAX_ITEMS (Cap on items per response). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TrueSource

same job, measured the same way
I
Stockfacts
by aaazzzr

US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

answering
Profitelligence
by profitelligence

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

answering
Compound Interesting — market intelligence
by compoundinterest

Source-backed US market signals: insider filings, Congress trades, institutions, consensus.

15 tools answering
O
Prediction Markets
by memoryapi

Prediction market data and crowd-sourced probability forecasts

3 tools answering
R
Zhiji Signal
by fcapp-cn-shanghai-x-api-zhiji-signal-fblfayyeas

Market phase transition signals for HS300 and BTC via MCP

answering
OneQAZ Trading Intelligence
by wnsod

Live market data, signals, positions, and macro analysis for crypto, KR stocks, and US stocks.

187 installs/wk 39 tools answering
Market Data Toolkit MCP
by jdpg23

17 market-data tools for AI agents: eBay sold prices, company KYC, SEC filings, patents, auctions

answering
Rockmoon Financial Data
by rockmoon

Cross-market (US/JP/KR) structured financials, segments, ownership & metrics, traceable to filings.

19 tools answering

TrueSource — questions

Answers built from our own checks of this server.

Why is there no uptime for TrueSource?
TrueSource runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package truesource-mcp.
How do I connect TrueSource?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls truesource-mcp straight from pypi; nothing to host, nothing to sign up for.
Is TrueSource open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 520 stars on GitHub and 15 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.