gsc

A custom MCP server for Google Search Console, Google's service for reports about how a website appears in Google Search. It provides tools for sites, search queries, pages and URL inspection.

In plain words
What is it for?
Use it to list sites, find top search queries and pages, search query data, and inspect individual URLs.
Why use it?
It lets an AI agent retrieve Search Console data through one tool connection instead of manually opening reports and copying results.

MCP server for Claude CodeCodexCursorGemini CLIOpenCode

Install

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.

agentmods
npx agentmods add mcp/quantoracledev/quantoracle/gsc
Clone the repo
git clone --depth 1 https://github.com/QuantOracledev/quantoracle

Made for: Claude Code, Codex, Cursor, Gemini CLI, OpenCode.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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.

.mcp.json · 9 lines

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"
    ]
  }
}
Changes

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.

  1. yesterday First seen · 9 lines scan A 0dff8cdc435b

Subscribe to this mod's changes

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.

Related

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.

manavaga/web3-signals-mcp · not measured

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.

hashchecked/kronos-mcp · not measured

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.

AlgoVaultLabs/crypto-quant-signal-mcp · not measured

mcp

Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key. Runs locally from the bykaranteli-mcp npm package.

bykarantelicom/bykaranteli-mcp · not measured

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.

cyanheads/coingecko-mcp-server · not measured

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…

sentien-labs/verdictswarm-mcp · not measured