Skip to main content
The documentation site hosts a Model Context Protocol (MCP) server that lets AI agents search these docs and call the MW Payouts API directly as tools.

Server URL

https://developer.madhousewallet.com/mcp

What the server exposes

  • Documentation search — query this documentation for answers and code examples.
  • API tools — every MW Payouts API endpoint is available as a callable tool, generated from the API reference. An agent can get a quote, manage recipients, and initiate transfers on your behalf.

Authentication

API tools carry the same authentication as the API itself: a Bearer API key. Your MCP client supplies the key with each call — it is handled by the client and never stored by the docs platform.
An agent connected with your API key can take any action the key allows, including initiating real payouts and deleting recipients. Use a dedicated key, apply IP restriction, and revoke it if exposed. Treat the key as server-side material — see Authentication.

Connect a client

Most MCP-capable clients accept a remote server URL. Add the server, then provide your API key when prompted.
claude mcp add --transport http mw-payouts https://developer.madhousewallet.com/mcp
The same server is reachable from the assistant in the top-right of any docs page — open the menu and choose your tool to connect in one click.