scope3-agentic
The Scope3 Agentic Platform ships a hosted MCP server for AI agents. The npm `scope3` package exposes Scope3McpClient, a thin connection helper that wires up bearer auth and the MCP URL and exposes callTool(), readResource(), and listTools() as direct passthroughs. Two agent personas are served (buyer, storefront), each with a published skill.md operating guide.
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 http
Tools
api_call— Invoke a named buyer/storefront REST operation via the MCP server (operation field required; no raw method+endpoint mode).ask_about_capability— Query the platform for what a capability supports.customer_switch— Session-level customer/context switch (dedicated tool, not routed through api_call).
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.