Error responses

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.pronouns.page/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Base API Docs MCP server": {
  "url": "https://docs.api.pronouns.page/mcp"
}
Close

When running API routes, the server by default will respond with an HTML website. To get the errors in JSON output, you will need to set the Accept header to application/json.

curl -H Accept=application/json ...