Connect to Cross River docs via MCP
ask your ai assistant questions about our apis, and it answers directly from our documentation no more searching through pages or switching tabs—your ai reads the same docs you do and gives you accurate answers about endpoints, flows, and schemas why this matters instead of clicking through documentation pages to find what you need, just ask your ai assistant it's already connected to our docs want to know which fields are required for a payment? ask need an example request? ask wondering why a transaction failed? ask you get answers from the actual documentation, not ai guesses and you get them faster how it works our documentation uses a model context protocol (mcp) server ai tools like claude and cursor connect to it and read our api docs directly once you connect, your ai assistant can search our documentation, pull specific pages, and answer questions using the actual content our connection information add this configuration to your ai tool's settings example for claude code claude code mcp config "mcpservers" { "archbee" { "type" "stdio", "command" "npx", "args" \[" y", "@archbee/mcp"], "env" { "space id" "fa4w ln42y5tmssu drh8", "api key" "dklqbfbw rcqw3mhvgvug" } } } restart your ai tool and start asking questions about our apis what you can do search title search docs by title search query full text search across all docs get all docs list all documents get doc fetch full content of a specific doc by id example questions show me a complete request and response example for post /payments why would a payment return a declined status? what fields are required to onboard a customer? show me an example request for post /customers including address and contact info what errors can occur when creating a customer? keep in mind your ai reads our documentation but can't make api calls or access your account you authenticate with an api key we provide access is read only