about_pipeworx

Pack: pipeworx-faq · Endpoint: https://gateway.pipeworx.io/pipeworx-faq/mcp

Answers questions about Pipeworx itself — what it is, pricing and the free tier, rate limits, how routing and grounding work, reliability and uptime, privacy, comparisons, how to submit an API, and how to get support. Use this for meta questions about the Pipeworx platform or gateway. Example: about_pipeworx({ question: “what does Pipeworx cost?” })

Parameters

NameTypeRequiredDescription
questionstringyesThe question about Pipeworx, e.g. “is it free?”, “how does routing work?”, “what data do you have?”

Example call

curl -X POST https://gateway.pipeworx.io/pipeworx-faq/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"about_pipeworx","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "pipeworx-faq": {
      "url": "https://gateway.pipeworx.io/pipeworx-faq/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 18, 2026