Connect to the Payclave MCP server
Add https://www.payclave.com/mcp as a remote MCP server in a client that supports Streamable HTTP. This public documentation service requires no API key. It returns JSON responses and does not keep sessions or offer a standalone SSE stream; GET returns HTTP 405. Send protocol messages by POST with Accept: application/json, text/event-stream.
The server exposes public documentation only. It cannot access merchant accounts, create invoices, submit payments, or retrieve private payment records. Use the authenticated Payclave HTTP API for merchant operations.
{ "mcpServers": { "payclave": { "url": "https://www.payclave.com/mcp" } } }Search and read Payclave resources
The search_payclave_docs tool searches the published documentation with a typed query and result limit. The read_payclave_resource tool reads an allowlisted public resource path. MCP resources/list and resources/read provide the same documentation and the OpenAPI specification. Tool descriptions and read-only annotations let compatible clients identify these capabilities automatically.
Requests with an Origin header must use the Payclave website origin. Native clients can omit Origin. Never send a merchant secret key or a webhook secret to this public documentation endpoint. Client configuration syntax can vary; use your client’s remote-server URL field when available.