Exposes SmartCLI's built-in agent tools (file operations, code search, shell commands, web search, memory, and snapshots) as MCP endpoints, allowing external clients to leverage them over stdio or HTTP.
Exposes the agent's built-in tools, such as file operations, shell commands, web search, memory, skills, and code search, as MCP tools over stdio or HTTP, allowing external MCP clients to invoke them directly.
Exposes the Loomground planes as 38 MCP tools over stdio, SSE, or HTTP, letting MCP clients call versum, solver, ingest, operators, and assurance functions with JSON in/out.
Schema-driven MCP server that exposes all Paperclip API operations as typed MCP tools over stdio or Streamable HTTP, supporting both authenticated and local_mode deployments.
Enables building and testing MCP-style tool servers by exposing list_tools and call_tool over stdio or HTTP with local stub tools such as echo, get_time, and fake_crm_lookup.