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/quantoracledev/quantoracle/gscgit clone --depth 1 https://github.com/QuantOracledev/quantoracleGrade A, and why
gsc 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 yesterday.
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
{
"gsc": {
"//": "Custom Google Search Console MCP wrapper (mcp-gsc/server.py). ~150 lines, lives in this repo so we own the auth-handling code rather than trusting a third-party package. Exposes: list_sites, top_queries, top_pages, query_search, inspect_url. Uses the same ADC credentials as the ga4 server; webmasters.readonly scope must be granted (re-run gcloud auth application-default login with that scope if missing).",
"command": "D:\\Quantcalc\\venv\\Scripts\\python.exe",
"args": [
"D:\\Quantcalc\\mcp-gsc\\server.py"
]
}
}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.
- yesterday First seen · 9 lines scan A 0dff8cdc435b
gsc is an MCP server published in the GitHub repository QuantOracledev/quantoracle (11 stars, last pushed 13d ago), 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 A with 0 findings. 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
web3-signals
AI crypto buy/sell signals for 20 assets: 6 data dimensions fused into 0-100 scores. x402 + MCP. Remote server at web3-signals-api-production.up.railway.app.
crypto-derivatives-mcp
Crypto data MCP: 22 tools covering derivatives, forecasts, alerts, liquidations, GEX — 16 assets. Runs locally from the crypto-derivatives-mcp npm package.
crypto-quant-signal-mcp
Quant trading signals, funding rate arb scanning, and market regime detection for crypto perps. Runs locally from the crypto-quant-signal-mcp npm package.
mcp
Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key. Runs locally from the bykaranteli-mcp npm package.
coingecko-mcp-server
Crypto market data via CoinGecko — prices, markets, history, trending, and deep coin metadata. Runs locally from the @cyanheads/coingecko-mcp-server npm package. Needs 2 environment variables to run.
verdictswarm
Every tool has an answer — your agent needs a decision. MCP server for the VerdictSwarm pre-trade check: a machine-readable avoid/caution/clear before your agent trades, plus intended-size exit feasibility and holder-cluster attribution on Solana. Runs locally from the verdictswarm-mcp Python package. Needs 3…