How to start

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-start

Welcome to Pterocos! To start using the editor:

  1. Open your browser and go to https://pterocos.eu.org
  2. Select the language you want to code with or just click [Start Coding] button on topbar.
  3. You'll find yourself at https://pterocos.eu.org/?page_id=15
  4. Start your journey by creating your first folder name it anything you want.
  5. Open the folder you've created
  6. Create your first File select the lang you want PHP, Lua or anything
  7. Done. you can start coding

No signup, no installation, just code instantly.

GET /how-to-start
curl \
 --request GET 'https://pterocos.eu.org/how-to-start'