Foozi MCP
Connect your IDE to the Foozi API. One-click install for Cursor and VS Code, with copy-to-clipboard configs for other MCP clients. Authentication uses OAuth via app.foozi.com.br.
Quick install
Registers foozi-graphql at https://mcp.foozi.com.br/mcp
Other clients & copy config
No one-click deeplink — copy JSON or CLI commands for manual setup.
Install tutorial
Tools & endpoints
Run GraphQL queries and mutations against Foozi with CASL RBAC enforcement.
Discover types, fields, and available operations from the live schema.
Switch in-memory token context (hosted MCP prefers OAuth Bearer per request).
MCP endpoint
https://mcp.foozi.com.br/mcpOAuth issuer: https://api.foozi.com.br
GraphQL API: https://api.foozi.com.br/graphql
Troubleshooting
MCP shows disconnected
Re-authenticate in your IDE's MCP settings (Connect / sign in again).
401 Unauthorized on /mcp
Complete OAuth again — open MCP settings in your editor and reconnect foozi-graphql.
OAuth or connection errors
Confirm you can reach mcp.foozi.com.br and api.foozi.com.br, then sign in again at https://app.foozi.com.br.
Service unreachable
Open the health check link below to verify the MCP host is online.
Useful links
- Sign in at app.foozi.com.br — revoke MCP access under API → Chaves de Acesso
- MCP health check —
https://mcp.foozi.com.br/health - Cursor MCP documentation — install links and static OAuth client setup
- VS Code MCP guide
If Foozi provided a registered OAuth clientId (instead of dynamic registration), see the Cursor MCP docs for static client configuration.
Do not commit access tokens or OAuth secrets. Prefer IDE-managed OAuth tokens over static Bearer headers in config files.