3
3GPP Research Guidance
Provides intelligent guidance for telecommunications standards research through structured metadata about 3GPP specifications, offering tools for specification
Share:
About
Provides intelligent guidance for telecommunications standards research through structured metadata about 3GPP specifications, offering tools for specification discovery, requirements mapping, and research strategy generation with adaptive responses based on user expertise level.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install 3GPP Research Guidance
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"3gpp-research-guidance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3gpp-research-guidance"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"3gpp-research-guidance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3gpp-research-guidance"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"3gpp-research-guidance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3gpp-research-guidance"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.