3GPP MCP Server
Exposes 3GPP Release 18 OpenAPI specifications as tools for AI assistants, enabling querying and searching of 5G network function APIs via natural language.
README
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 ($ref unresolved) |
| get_endpoint_resolved | Get endpoint with all $refs recursively inlined |
| list_schemas | List all schema names in a spec |
| get_schema | Get raw schema definition ($ref unresolved) |
| get_schema_resolved | Get schema with all $refs recursively inlined |
| search_specs | Full-text search across all specs (set deep=True for property/enum search) |
| search_schema_properties | Find all schemas containing a specific field name |
| find_references | Find cross-spec $ref dependencies |
| resolve_ref | Resolve a single $ref within or across specs |
Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Usage
Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"3gpp-specs": {
"command": "/path/to/.venv/bin/python",
"args": ["/path/to/server.py"]
}
}
}
Standalone
python server.py
Testing
source .venv/bin/activate
python test_server.py # run test suite
python test_server.py --verbose # include output previews
Runs 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.