Spyderbat MCP Server
A first-party, provider-hosted Model Context Protocol server that exposes Spyderbat's search, investigation and management surface to MCP-compatible AI clients. Documented and supported by Spyderbat with one-click installers for Cursor, VS Code and LM Studio and a documented `claude mcp add` command. Transport is streamable-HTTP; authentication is an API key presented as `Authorization: Bearer
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
onboard— Teach the assistant what Spyderbat tools exist and how to use them.prime— Load Spyderbat investigation workflows and schemas into the assistant's context.search_docs— Search the Spyderbat documentation for query syntax, schemas and concepts.list_organizations— List the organizations the calling API key has access to, with names and UIDs.get_current_time— Return the current time, used to bound and validate search time ranges.get_trace_contents— Pull the processes, connections and red flags linked to a Spydertrace, walking the process tree via ppuid to show parent-child relationships.get_objects— Resolve object UIDs (for example a pod_uid) into full objects — pod name, namespace and node.suppress_trace— Generate a suppression policy for a Spydertrace, with preview=true to render the policy and its scope before it is applied.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.