What is it?

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 /what-is-jc

What are .JC Files?

.JC files work like a zip for files. Pterocos allows multiple coding language files inside it. From the same language, making it very good for complex tasks and construction. It collects all your selected language codes into one convenient file.

Benefits:

  • Organization: Keep related code files together.
  • Complex Tasks: Manage multi-file projects easily.
  • Construction: Build and share complete code projects.
GET /what-is-jc
curl \
 --request GET 'https://pterocos.eu.org/what-is-jc'