How to use AI for coding

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 /how-to-use-ai

Pterocos includes an AI assistant to help you 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 /how-to-use-ai
curl \
 --request GET 'https://pterocos.eu.org/how-to-use-ai'