Docs MCP server
The docs site runs a Model Context Protocol (MCP) server athttps://docs.payai.network/mcp. It uses streamable HTTP and needs no authentication. Your agent gets two tools: search_pay_ai_documentation to search the docs and query_docs_filesystem_pay_ai_documentation to read pages.
- Claude Code
- Cursor
- VS Code
- Codex
llms.txt and Markdown pages
https://docs.payai.network/llms.txtlists every docs page with a one-line description. The quickstarts and facilitator reference come first.https://docs.payai.network/llms-full.txtcontains the full text of the docs in one file, for tools that load a whole corpus.https://payai.network/llms.txtis a short brief for agents: what PayAI is, when to use it, and where to start.- Append
.mdto any docs URL to get the page as Markdown, for examplehttps://docs.payai.network/x402/quickstart.md.
Facilitator MCP server
The PayAI facilitator exposes its API as MCP tools athttps://facilitator.payai.network/mcp (streamable HTTP). It is listed in the official MCP registry as network.payai/facilitator.
Connecting needs no authentication. If you set an
Authorization header on the connection, the server forwards it to /verify and /settle, so pricing and authentication work the same way as over HTTP.
Add it the same way as the docs server. For example, in Claude Code:
Context7
Context7 serves library documentation to coding agents through its own MCP server. PayAI’s docs are indexed under the library ID/websites/payai_network. With the Context7 MCP server installed, name the library in your prompt:
Agent skill
The PayAI x402 skill is aSKILL.md guide for agents that support skills, such as Claude Code, Cursor and Codex. It covers the server quickstarts (Express, Hono, Next.js, FastAPI, Flask, Gin), the clients (Fetch, Axios, httpx, Go), the facilitator endpoints and supported networks.
Run this in your project:
-g to install it for your user across all projects. The source is at github.com/PayAINetwork/payai-x402-skill.
Need help?
Join our Community
Have questions or want to connect with other developers? Join our Discord server.

