3GPP MCP Server
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., "@3GPP MCP Serverlist specs related to AMF"
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.
3GPP MCP Server
MCP server that exposes 3GPP Release 18 OpenAPI specifications as tools for AI assistants. Built on the 5GC_APIs spec collection.
Tools
Tool | Description |
list_specs | List available specs, optionally filtered by keyword |
list_specs_by_nf | Group specs by Network Function (AMF, SMF, UDM, etc.) |
get_spec_info | Get metadata (title, version, servers) for a spec |
get_paths | List all API endpoints in a spec |
get_endpoint | Get raw endpoint details ( |
get_endpoint_resolved | Get endpoint with all |
list_schemas | List all schema names in a spec |
get_schema | Get raw schema definition ( |
get_schema_resolved | Get schema with all |
search_specs | Full-text search across all specs (set |
search_schema_properties | Find all schemas containing a specific field name |
find_references | Find cross-spec |
resolve_ref | Resolve a single |
Related MCP server: OpenAPI MCP Server
Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtUsage
Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"3gpp-specs": {
"command": "/path/to/.venv/bin/python",
"args": ["/path/to/server.py"]
}
}
}Standalone
python server.pyTesting
source .venv/bin/activate
python test_server.py # run test suite
python test_server.py --verbose # include output previewsRuns 43 test cases across all 13 tools covering correctness, error handling, and performance. Reports pass/warn/fail with timing breakdown and cold vs warm cache comparison.
Specs
The YAML files are 3GPP Release 18 OpenAPI specifications sourced from jdegre/5GC_APIs.
This server cannot be installed
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
- AlicenseAqualityFmaintenanceEnables AI assistants to access and search 3GPP telecommunications specifications through direct integration with the TSpec-LLM dataset. Provides real-time specification content, implementation requirements, and multi-spec comparisons for 3GPP standards development.43129MIT
- AlicenseNot gradedqualityDmaintenanceExposes OpenAPI specifications as MCP tools, enabling AI assistants to explore and understand API structures, endpoints, schemas, and documentation through semantic queries.28MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to explore and query OpenAPI specifications, allowing natural language interaction with API endpoints, parameters, request bodies, and response schemas from any OpenAPI 3.x spec.12MIT
- AlicenseBqualityFmaintenanceEnables AI assistants to search and retrieve information from 3GPP specification documents, including full-text search and specific lookup for LTE and 5G NAS cause values. It comes with pre-processed data for major specifications covering NAS, RRC, and protocol conformance testing.1435MIT
Related MCP Connectors
MCP server for AI access to Swagger by SmartBear.
Point Gecko at an OpenAPI spec; get first-call-correct, auth-hidden agent tools.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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/gholtzap/3gpp-mcp-5g'
If you have feedback or need assistance with the MCP directory API, please join our Discord server