graphql-mcp

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

DirectoryDescrizione
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)

  1. Scarica
  2. Doppio click sul file
  3. Claude Desktop si apre → clicca "Install"
  4. 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

🔒 Ambienti

AmbienteGraphQL EndpointMCP Endpoint
Staginghttps://api.dev.officinemoto.com/graphqlhttps://api.dev.officinemoto.com/mcp
Productionhttps://api.officinemoto.com/graphqlhttps://api.officinemoto.com/mcp

📄 Licenza

MIT License - Motohelp