Discover MCP servers. Connect your agent.
Groq MCP server for ultra-fast LLM inference. Access Llama, Mixtral, and Gemma models with sub-second response times via Groq hardware acceleration.
https://github.com/groq/groq-mcp
stdio
api_key
3 tools
llminferencefastopen-sourceai
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'