How do I create a folder

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 /create-folder

To create a folder in Pterocos:

  1. Go to https://pterocos.eu.org/?page_id=15
  2. Click on [+ New Folder] button
  3. Choose a name for the folder
  4. Click Create button and done.
GET /create-folder
curl \
 --request GET 'https://pterocos.eu.org/create-folder'