API Reference
cURL
curl --request GET \ --url https://mcp.runalloy.com/api/servers \ --header 'Authorization: Bearer <token>'
{ "servers": [ { "serverId": "production-server-a1b2c3d4", "name": "Production Server", "description": "Main production MCP server", "url": "https://mcp.runalloy.com/mcp/production-server-a1b2c3d4", "accessUrl": "https://mcp.runalloy.com/mcp/production-server-a1b2c3d4/mcp_token_xyz789", "createdAt": "2024-01-01T00:00:00Z" } ], "count": 15 }
Returns a list of all servers for the authenticated user
Use either an Alloy API key or JWT token
User ID to filter servers (optional with API key)
List of servers
Show child attributes
Unique server identifier
Server name
Server description
Base URL for API-authenticated access
Self-sufficient URL with embedded token
allowlist
blocklist
Whether server has active restrictions
Total number of servers