Consumer App Portal MCP
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
get_application— The application this session is scoped to (name, UID, metadata).list_endpoints— List the application's endpoints (URL, enabled state, filtered event types).get_endpoint— Full configuration of one endpoint.get_endpoint_stats— Success / fail / pending / sending counts over a time window.get_transformation— An endpoint's transformation code, enabled state, and variables.update_transformation— Set an endpoint's transformation code and/or toggle it on or off.list_messages— List messages sent to the application (filter by event type, channel, time).list_attempts_by_endpoint— Delivery attempts for an endpoint (e.g. only failures), with response bodies.list_attempts_by_message— Every endpoint a single message was attempted against, and how each responded.get_message— A message's event type, channels, and JSON payload.get_attempt— One attempt in full, including the response status code and body.resend_message— Resend one message to an endpoint.recover_endpoint— Replay all failed messages for an endpoint since a given date.
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.