MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
claude mcp add spanly --transport http https://mcp.spanly.com/
~/.cursor/mcp.json
{
"mcpServers": {
"spanly": {
"url": "https://mcp.spanly.com/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spanly": {
"serverUrl": "https://mcp.spanly.com/"
}
}
}
.vscode/mcp.json
{
"servers": {
"spanly": {
"type": "http",
"url": "https://mcp.spanly.com/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"spanly": {
"url": "https://mcp.spanly.com/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"spanly": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.spanly.com/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.spanly.com/ | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.spanly--spanly/reviews or the review_server meta-tool.
POST /mcp