3GPP MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
AI-callable tools for API mocking, testing, monitoring, security, and automation.
- mcpOAuthcom.vibgrate
Query your team's drift, vulnerability, and upgrade data from any AI assistant. OAuth 2.1, 51 tools.
Turn any task into the right API calls: discover, evaluate, and integrate public APIs.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
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.468 npm29MIT
- AlicenseNot gradedqualityDmaintenanceExposes OpenAPI specifications as MCP tools, enabling AI assistants to explore and understand API structures, endpoints, schemas, and documentation through semantic queries.7 npmMIT
- 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.14 npmMIT
- 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.35MIT