bigpanda-mcp.yml
BigPanda ships two distinct remote Model Context Protocol surfaces. The product one is the Biggy action-plan server at https://api.biggy.io/mcp, documented in BigPanda's own API reference: a single stateless HTTP POST endpoint speaking JSON-RPC 2.0, where every action plan enabled in a customer's organization becomes an MCP tool whose description is derived from the plan's `description` and `whenToSelect` fields. The second is a WordPress MCP server on the marketing site, https://www.bigpanda.io/wp-json/mcp/mcp-oauth-server, advertised by RFC 8414/9728 discovery documents at https://www.bigpanda.io/.well-known/ and gated by OAuth with the single scope "mcp". BigPanda publishes no MCP install package — there is no stdio server to run locally.
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
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.