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.
git clone --depth 1 https://github.com/tdimino/claude-code-minoanWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/tdimino/claude-code-minoan/arxiv)<a href="https://agentmods.dev/mcp/tdimino/claude-code-minoan/arxiv"><img src="https://agentmods.dev/badge/mcp/tdimino/claude-code-minoan/arxiv/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/tdimino/claude-code-minoan/arxiv"><img src="https://agentmods.dev/badge/mcp/tdimino/claude-code-minoan/arxiv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade C, and why
arxiv scanned grade C with 2 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 9d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
"Install uv first: curl -LsSf https://astral.sh/uv/install.sh | sh", Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
"Install uv first: curl -LsSf https://astral.sh/uv/install.sh | sh", What it actually says
{
"arxiv": {
"description": "ArXiv academic paper search, download, and analysis (2k+ GitHub stars)",
"type": "stdio",
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path",
"~/.arxiv-papers"
],
"setup": {
"instructions": [
"Install uv first: curl -LsSf https://astral.sh/uv/install.sh | sh",
"Or via Homebrew: brew install uv",
"Install server: uv tool install arxiv-mcp-server",
"Papers stored locally at ~/.arxiv-papers for faster access",
"Provides: search_papers, download_paper, list_papers, read_paper",
"Includes deep-paper-analysis prompt for comprehensive paper review",
"GitHub: https://github.com/blazickjp/arxiv-mcp-server (2k+ stars)"
]
}
}
}What else .mcp.json configures
This page is one entry in a file that holds 14. Installing the file brings all of them; each is measured and scanned on its own page.
- MCP server chrome-devtools A not measured
- MCP server codex A not measured
- MCP server context7 A not measured
- MCP server figma A not measured
- MCP server filesystem A not measured
- MCP server mcp-google-sheets A not measured
- MCP server netlify A not measured
- MCP server perplexity A not measured
- MCP server playwright A not measured
- MCP server shadcn A not measured
- MCP server supabase A not measured
- MCP server telnyx C not measured
- MCP server twilio A not measured
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.
- 9d ago First seen · 25 lines scan C b41609488b60
arxiv is an MCP server published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
deepseek-delegate-mcp
MCP server "deepseek-delegate-mcp" as configured in trixmix821/deepseek-delegate-mcp. Runs locally from the deepseek-delegate-mcp npm package.
docs-langchain
MCP server "docs-langchain", hosted remotely at docs.langchain.com, as configured in langchain-ai/langchain.
component-explorer
MCP server "component-explorer" as configured in microsoft/vscode. Launched with npm exec --no -- component-explorer mcp -p ./test/componentFixtures/component-ex.
vscode-automation-mcp
MCP server "vscode-automation-mcp" as configured in microsoft/vscode. Launched with npm run start-stdio.
reference-langchain
MCP server "reference-langchain", hosted remotely at reference.langchain.com, as configured in langchain-ai/langchain.
supabase
Supabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com.