Troubleshooting
Common Issues
MCP Server Not Starting
Check if port 3001 is available or change
MCP_SERVER_PORT
in your environmentVerify
MCP_ENABLED=true
in your.env
fileCheck node logs for MCP startup errors
Can't Connect to MCP Server
Verify the node is running and MCP server started successfully
Check the
/mcp
status endpoint:curl http://localhost:53550/mcp
Ensure firewall allows connections to the MCP port
Tools Not Working
Verify the node is fully synced and operational
Check that blockchain data is accessible
Review MCP server logs for tool execution errors
Debug Mode
Enable debug logging for MCP operations:
# Add to your .env file
DEBUG=mcp:*
MCP_LOG_LEVEL=debug
Last updated