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

Arguments

{
  "question": "what does Pipeworx cost?"
}

curl

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":{"question":"what does Pipeworx cost?"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('about_pipeworx', {
  "question": "what does Pipeworx cost?"
});

More examples

{
  "question": "how does routing work?"
}

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 September 2, 2026