Stax Docs MCP Server
Stax hosts a remote MCP server at https://docs.staxpayments.com/mcp. It answered an anonymous initialize + tools/list on 2026-08-29 (protocolVersion 2025-06-18, serverInfo {name: 'Stax Docs', version: '0.1'}) and returned six tools with full inputSchemas. Five are read-only documentation/OpenAPI navigation tools; execute-request is annotated destructiveHint:true / openWorldHint:true and proxies real calls to the Stax API, so it is an execution surface, not only a docs surface. Authentication for the underlying API is passed by the MCP client as headers; the server itself required no auth to enumerate tools.
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 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 serverssearch-endpoints— Performs a deep search through paths, operations, and parameters to discover relevant API endpoints. Use this tool to find specific API capabilities, required parameters, or data models based on search keywords. Results can be passed directly into 'get-endpoint'.execute-request— Executes an API request with a given HAR request object.search— Searches through documentation with the given search query, returning a list of results with ID, title, and URL.fetch— Gets detailed content for documentation by ID returned from the `search` tool.
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.