General Questions

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 /general-questions

Frequently Asked Questions

Q: Is Pterocos free to use? A: Yes, Pterocos is completely free and open-source under the Apache 2.0 license.

Q: Do I need to create an account? A: No, you can use Pterocos without signup or installation.

Q: What languages does Pterocos support? A: PHP, Python, Rust, C#, SQL, HTML/CSS/JS, Lua, Ruby, Java, C++, C(.net) JSON, and More

Q: Can I save my projects? A: Yes, you can save.

Q: Where can I report a bug? A: Please report issues on our GitHub repository.

(You can add more Q&A here.)

GET /general-questions
curl \
 --request GET 'https://pterocos.eu.org/general-questions'