Skip to main content

Common Issues

Connection Problems

Symptoms:
Likely Causes:
  • Incorrect API key
  • Wrong base64 encoding
  • Expired or disabled API key
Solutions:
  1. Verify API key encoding (include colon!):
  2. Test with cURL:
  3. Check account ID format:
    • Numeric string (e.g., 47187425466113776871)
    • Or short alphanumeric ID (nano ID)
    • Must have been initially created in the Stackone Dashboard
  4. Verify API key permissions:
    • Ensure key has access to required scopes
Symptoms:
Likely Causes:
  • Using GET instead of POST
  • Incorrect HTTP method
Solutions:
  1. Always use POST method:
  2. Check endpoint URL:
    • Must be exactly https://api.stackone.com/mcp
    • No trailing slashes or additional paths
  3. Include required headers:
Symptoms:
Likely Causes:
  • Client doesn’t support custom headers
  • Header not configured correctly
  • MCP client limitations

Tool Execution Issues

Symptoms:
  • tools/list returns empty array
  • MCP server connects but no tools available
  • Client shows “No tools found”
Likely Causes:
  • Account’s integration configuration is incorrect or does not have any actions enabled
  • Account configuration issues
Solutions:
  1. Check integrations in StackOne dashboard:
    • Verify the account ID is correct and is active
    • Ensure the associated integrations configuration has at least 1 action enabled
  2. Verify list of accounts:
  3. Test specific operations:
Symptoms:
Likely Causes:
  • Invalid tool parameters
  • Provider connection issues
  • Rate limiting
  • Provider-specific errors
Solutions:
  1. Validate parameters:
  2. Check rate limits:
    • Monitor X-RateLimit headers in responses
    • Implement exponential backoff
    • Reduce request frequency
  3. Test provider connection:

Error Code Reference

MCP Protocol Errors

StackOne API Errors

For comprehensive error code information, see our Unified API Error Codes and Troubleshooting Guide.

Network Diagnostics

Next Steps

Status Page

Check system status and incidents

FAQ

Find answers to common questions

Go Back to Guides

Return to MCP documentation