INDIVIDUAL MCP TOOL
get_programme_rules
Return the rules TEEI publishes for one programme: who it is for, published eligibility statements, and how participation works.
LIVE ENDPOINT
https://mcp.theeducationalequalityinstitute.org/mcp
Connect to this endpoint to inspect the live schema for get_programme_rules and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.teei-public-registry]
url = "https://mcp.theeducationalequalityinstitute.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teei-public-registry": {
"type": "http",
"url": "https://mcp.theeducationalequalityinstitute.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teei-public-registry
Remote MCP URL: https://mcp.theeducationalequalityinstitute.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"teei-public-registry": {
"url": "https://mcp.theeducationalequalityinstitute.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teei-public-registry": {
"type": "http",
"url": "https://mcp.theeducationalequalityinstitute.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teei-public-registry",
"transport": "streamable-http",
"url": "https://mcp.theeducationalequalityinstitute.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
discover_opportunities— List the programmes and volunteer roles The Educational Equality Institute (TEEI) currently publishes, filtered by bounded fields only.get_opportunity— Return one TEEI programme or volunteer role by its stable public identifier: a programme id such as "teei_language", or a role id of the form "role:<slug>" exactly as discover_opportunities lists it.get_current_status— Return whether a TEEI programme or role is operating, whether applications are open, and whether capacity is currently available, each with its freshness.get_next_step— Return the official TEEI page where a person can read the details and start, and a precise description of what happens next.get_organisation_fact— Return public facts about The Educational Equality Institute: official name and domain, legal registration facts already published, charitable status, what the CSR Cockpit costs a company, and the official routes for contact, safeguarding, privacy, terms, volunteering and verification.