Getting help

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.pterocos.eu.org/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Pterocos MCP server": {
    "url": "https://docs.pterocos.eu.org/mcp"
  }
}

Close
GET /getting-help

Need help? Here's how to get assistance: Use the built-in AI chat for instant help with code.

  1. Go to your editor (on the code editor of each lang - inside editor)
  2. Click on (Use AI Builder) on sidebar
  3. After that the ai chat will appear, it'll ask you to complete a captcha
  4. After succcessfully settings up the captcha you can use the AI
GET /getting-help
curl \
 --request GET 'https://pterocos.eu.org/getting-help'