gaokao-helper-worker-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gaokao-helper-worker-mcpFind schools by name '实验中学'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gaokao Helper MCP for Cloudflare Workers
A standalone Cloudflare Worker that exposes public Guangdong gaokao data through a read-only MCP endpoint.
The deployment button creates a copy of this repository in your GitHub account, provisions a Worker, and configures Workers Builds for subsequent pushes.
Endpoints
GET /healthreturns a small health payload.POST /mcpis the streamable HTTP MCP endpoint.Static data files are deployed from the committed
public/snapshot, so this repository builds independently.
Related MCP server: NanoSearchMCP
Tools
list_data_fileslists available data files and resource URIs.read_data_samplereads a bounded sample from a CSV or JSON file.search_schoolssearches across school, group, major, code, and other CSV text.score_rank_lookuplooks up the nearest row inscore_rank_2026.csv.
Commands
npm ci
npm run devDeploy:
npm run deployAfter deployment, connect MCP clients to:
https://<your-worker-host>/mcpUpdating the data snapshot
When the source gaokao-helper checkout is the parent directory:
npm run sync:dataFor a source checkout elsewhere, pass its path explicitly:
GAOKAO_HELPER_ROOT=/path/to/gaokao-helper npm run sync:dataCommit the updated files under public/ so Cloudflare's one-click deployment remains self-contained.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA read-only MCP server for discovering and fetching Luogu problems, training sets, and user profiles.11182MIT
- Flicense-qualityCmaintenanceProvides web search, page fetching, and A-stock data access (financial reports, announcements, research reports, penalties, IR meetings) via MCP tools.1
- AlicenseAqualityBmaintenanceProvides access to Chinese A-share market financial data, including historical K-line, real-time quotes, financial statements, shareholder information, and technical indicators, via MCP protocol.12263MIT
- Alicense-qualityCmaintenanceProvides read-only access to Google Ads account data including campaigns, ad groups, keywords, and performance reports. Enables querying via GAQL through an MCP interface.MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Hosted MCP for IT桔子 primary market company, funding, investor and sector data.
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stmtc233/gaokao-helper-worker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server