Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/apocdata/apocdata-mcp-server/mcp-servergit clone --depth 1 https://github.com/ApocData/ApocData-mcp-serverGrade A, and why
mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@apocdata-info/mcp-server"
],
"env": {}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 10 lines scan A 9bf823833d9f
mcp-server is an MCP server published in the GitHub repository ApocData/ApocData-mcp-server (2 stars, last pushed 5d ago), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
wind-mcp
MCP server for Wind Financial Terminal (万得). Runs locally from the wind-mcp Python package.
xbbg-mcp
MCP server "xbbg-mcp" as configured in xbbg-org/xbbg. Launched with https://github.com/xbbg-org/xbbg/releases/download/v1.4.6/xbbg-mcp-v1.4.6.mcpb. Needs 6 environment variables to run.
personal-finance
Complete personal-finance MCP server + website (76 deterministic tools). Runs locally from the personal-finance-mcp Python package.
roicai
MCP server "roicai" as configured in roicai/agents-plugin. Runs locally from the @roicai/mcp-server npm package. Needs 1 environment variable to run.
openfilings
Official Python client for the OpenFilings API — multi-market filings, canonical KPIs, and signed webhooks. Runs locally from the openfilings Python package.
japanfinance-agent
Compound MCP agent combining Japan finance data sources — EDINET, TDNET, e-Stat, stock prices. Runs locally from the japanfinance-agent Python package.