ComplyAdvantage Mesh Documentation MCP Server
ComplyAdvantage serves a live, anonymous, remote MCP server from its own Mesh documentation host. It is a spec-introspection server rather than a business-capability server: the four tools let an agent enumerate, inspect and search the 163 operations of the Mesh OpenAPI, and then execute any one of them via a HAR request object. That last tool, execute-request, makes it a real call surface for the whole Mesh API - the agent supplies its own Bearer token inside the HAR request, so the MCP server itself needs no credentials while the API calls it forwards still do.
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.
Descriptor
Candidate descriptor · transport streamable-http
Tools
list-endpoints— Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.get-endpoint— Gets detailed information about a specific API endpoint, including security schemes and servers.search-endpoints— Performs a deep search through paths, operations, and parameters to discover relevant API endpoints.execute-request— Executes an API request with a given HAR request object.
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.