Spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
Install Spanly in your MCP client
Spanly is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add Spanly to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; Spanly's tools should appear.
{
"mcpServers": {
"spanly": {
"command": "npx",
"args": [
"-y",
"@spanly/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation."
}
}
}Install Spanly in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. Spanly will show up in the assistant's tool list on next launch.
Install Spanly in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). Spanly will show up in the assistant's tool list on next launch.
Install Spanly in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). Spanly will show up in the assistant's tool list on next launch.
Install Spanly in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. Spanly will show up in the assistant's tool list on next launch.
Transport
Spanly supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as Spanly. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
crawlforge-mcp-server
CrawlForge MCP Server - Professional Model Context Protocol server with 26 web scraping, crawling, deep-research, and autonomous-extraction tools. Returns clean Markdown and structured JSON for Claude, Cursor, and any MCP client. Defaults to local Ollama
codefizz-editor-agent
CLI and MCP server for driving the Unreal Engine 5 editor with AI — create and edit materials, blueprints, Niagara, PCG, StateTrees, data tables, widgets, and Enhanced Input. Single Go binary, no Python, no dependencies.
GuruPDF
Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.
T1/T2 Protocol
Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.
perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
TLS Radar
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
Russian Web Data Access for AI Agents
Fetch any Russian website or API via a Russian IP — flagship tool fetch_ru. Pay x402/RUB.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.