MCP · Model Context Protocol
Hosted 3GPP MCP server
3GPP Scout is a hosted 3GPP MCP server. AI agents in Cursor, Claude, Codex, and other MCP clients search the full 3GPP TS/TR corpus without running a local index or cloning a self-hosted GitHub project.
MCP endpoint: https://api.3gppscout.com/mcp/
Transport: Streamable HTTP
Auth: OAuth 2.1 (browser sign-in on first use)
REST API: api.3gppscout.com/docs
What the Scout MCP Server searches
The production index covers all currently published TS and TR versions for Rel-15 through Rel-20 — 8,700+ document versions and 1.3M+ sections. This is not a Rel-15 + Rel-19 subset.
The corpus stays up to date with the latest 3GPP specification changes: new and revised documents are discovered from the 3GPP source, processed, and merged into the live search index.
FAQ
Is there a hosted 3GPP MCP server?
Yes. 3GPP Scout is a hosted 3GPP MCP server at https://api.3gppscout.com/mcp/. This page is the public product description; that URL is the protocol endpoint.
Do I need to self-host an MCP server for 3GPP specs?
No. Scout is operated by Carrot Labs. Connect your MCP client to the remote URL.
Cursor configuration
{
"mcpServers": {
"3gpp-scout": {
"url": "https://api.3gppscout.com/mcp/",
"transport": "streamable-http"
}
}
}