motohelp-roma/graphql-mcp
3.2
If you are the rightful owner of graphql-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Motohelp GraphQL MCP provides a comprehensive setup for exposing GraphQL APIs as Model Context Protocol tools for AI clients like Claude.
🏍️ Motohelp GraphQL MCP
Questo repository contiene tutto il necessario per esporre le API GraphQL di Motohelp come tools MCP (Model Context Protocol) per Claude e altri client AI.
📋 Contenuto
| Directory | Descrizione |
|---|---|
| Server Apollo MCP da deployare | |
Claude Desktop Extension (.mcpb) |
🚀 Quick Start
1. Deploy del server MCP
cd docker
docker compose up -d
Il server sarà disponibile su http://localhost:8000/mcp
2. Installazione Extension (per il team)
- Scarica
- Doppio click sul file
- Claude Desktop si apre → clicca "Install"
- Chiedi a Claude: "Quali API GraphQL hai disponibili per Motohelp?"
🔧 Architettura
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude Desktop │────▶│ Apollo MCP │────▶│ GraphQL API │
│ (Extension) │ │ Server │ │ (staging/prod) │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│ │
│ stdio │ HTTP
▼ ▼
mcp-remote ────────▶ api.dev.officinemoto.com/mcp
📚 Documentazione
- Server MCP: Vedi
- Extension: Vedi
- Apollo MCP Server Docs
- Claude Desktop Extensions
- Model Context Protocol
🔒 Ambienti
| Ambiente | GraphQL Endpoint | MCP Endpoint |
|---|---|---|
| Staging | https://api.dev.officinemoto.com/graphql | https://api.dev.officinemoto.com/mcp |
| Production | https://api.officinemoto.com/graphql | https://api.officinemoto.com/mcp |
📄 Licenza
MIT License - Motohelp