MCP troubleshooting
Use this shared checklist before debugging a host-specific setup.
Connection
- Confirm the endpoint is
https://mcp.spectralco.co/mcp. - Confirm the host supports the configured MCP transport.
- Check whether a proxy or firewall blocks HTTP streaming.
Authentication
- Confirm OAuth login completed.
- Confirm scopes include
mcp:models:readand any required write scope.
Tools
- Confirm the host refreshed its MCP tool list after setup.
- Confirm write tools require user review or confirmation.
- Confirm the Spectral account can create a test model in the target workspace.
Expected Endpoint Behavior
GET /mcp may return 405 Method Not Allowed. That does not mean the server is
down. Spectral's MCP endpoint expects protocol requests over HTTP, usually
through the MCP host's Streamable HTTP client.
Common Fixes
- Restart the MCP host after changing config files.
- Reconnect OAuth if a tool returns
401or403. - Confirm the requested scopes include
mcp:models:readandmcp:models:writefor write workflows. - Check host-specific logs:
/mcpin Claude Code, MCP logs in Cursor, andcodex mcp listor/mcpin Codex.