3GPP MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TIMEOUT | No | Cache timeout in seconds | 3600 |
| ENABLE_CACHING | No | Enable or disable caching | true |
| HUGGINGFACE_TOKEN | No | Optional token for enhanced API access to Hugging Face |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_specificationsA | Search 3GPP specifications using TSpec-LLM dataset and official metadata. Returns actual specification content and structured metadata for agent consumption. |
| get_specification_detailsB | Get comprehensive details about a specific 3GPP specification including metadata, content, dependencies, and related information. |
| compare_specificationsC | Compare multiple 3GPP specifications across various criteria including architecture, procedures, evolution, and implementation differences. |
| find_implementation_requirementsC | Extract detailed implementation requirements for specific 3GPP features, including mandatory/optional requirements, dependencies, and implementation guidance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: compare_specifications focuses on cross-specification analysis, find_implementation_requirements extracts feature-specific requirements, get_specification_details provides metadata and content for a single spec, and search_specifications enables discovery across the dataset. There is no overlap in functionality, making tool selection unambiguous for an agent.
All tool names follow a consistent verb_noun pattern with snake_case formatting: compare_specifications, find_implementation_requirements, get_specification_details, and search_specifications. The verbs (compare, find, get, search) are distinct and appropriate for their actions, creating a predictable and readable naming convention throughout the set.
With 4 tools, the count is reasonable for a 3GPP specification server, covering core operations like search, retrieval, comparison, and requirement extraction. It is slightly lean but well-scoped; additional tools for updates or management might be expected in a broader system, but this set effectively supports key agent workflows without bloat.
The tool set provides strong coverage for querying and analyzing 3GPP specifications, including search, detailed retrieval, comparison, and implementation requirements. Minor gaps exist, such as lack of tools for modifying or managing specifications (e.g., create, update, delete), but these may be outside the server's read-only scope, and agents can perform core analysis tasks without dead ends.