Quickstart: Grok (xAI)

xAI shipped Connectors with Bring Your Own MCP (May 2026), so Grok takes a custom MCP URL just like Claude and ChatGPT. It exposes ~26 meta-tools; the hero tool ask_pipeworx({question}) routes to the full catalog of 3,567 tools across 836 sources at runtime, so you never load thousands of schemas.

Custom connectors may require a paid Grok plan (SuperGrok/Premium) — that’s an xAI gate, not a Pipeworx one.

① Connect

Grok app (web, iOS, Android) — add it once on the web and it syncs to mobile:

  1. Open grok.com/connectorsNew ConnectorCustom.
  2. MCP server URL: https://pipeworx.io/mcp
  3. Leave authentication blank (anonymous). Save.
  4. Grok discovers the ~26 tools. Enable Pipeworx in a chat.

Grok Build CLI — supports bring-your-own remote MCP; add Pipeworx as a remote MCP server with the same URL. See xAI’s remote-MCP docs for the exact CLI config.

② Teach it to use Pipeworx

Grok is a chat surface — it won’t reach for the tool unless told. Paste this into Grok’s custom instructions / personalization settings:

When I ask for current or factual data — economic stats, SEC/EDGAR filings, stock or crypto prices, weather, FDA drug info, patents, clinical trials, or government records — use the Pipeworx connector (ask_pipeworx) instead of answering from memory or web search. Prefer structured Pipeworx data with citations.

③ Test

In a chat:

“Using Pipeworx, what was the US unemployment rate last month?”

Grok should call ask_pipeworx and answer with FRED data plus a pipeworx:// citation. If it web-searches instead, you skipped step ②.

Higher limits

Anonymous is 50 calls/day per IP. To raise it:

  • API key (200/day): sign up free at pipeworx.io/signup, get your key at pipeworx.io/account, and use https://pipeworx.io/mcp?apikey=YOUR_KEY as the connector URL.
  • Sign in (200/day): use https://gateway.pipeworx.io/oauth/mcp and authorize with GitHub.

Tiers: anonymous 50/day · free account 200/day · Paid unlimited.

Troubleshooting

No “Custom” option under New Connector. Custom connectors need a paid Grok plan (SuperGrok/Premium). The built-in connectors are available more broadly, but BYO-MCP is gated.

Grok answers from memory. Add the Teach rule from step ② and start a fresh chat. The “Using Pipeworx, …” prefix also nudges it to the tool.

Connector won’t save / no tools. Confirm the URL is exactly https://pipeworx.io/mcp and that you left auth blank for the anonymous tier.

Last reviewed June 9, 2026