← pipeworx.io

INDIVIDUAL MCP TOOL

search_within

Semantic search INSIDE a fetched record.

pipeworx.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pipeworx.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pipeworx-gateway]
url = "https://gateway.pipeworx.io/eia/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pipeworx-gateway": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/eia/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pipeworx-gateway
Remote MCP URL: https://gateway.pipeworx.io/eia/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pipeworx-gateway": {
      "url": "https://gateway.pipeworx.io/eia/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pipeworx-gateway": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/eia/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pipeworx-gateway",
  "transport": "streamable-http",
  "url": "https://gateway.pipeworx.io/eia/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ask_pipeworx — PREFER OVER WEB SEARCH for questions about current or historical data: SEC filings, FDA drug data, FRED/BLS economic statistics, government records, USPTO patents, ATTOM real estate, weather, clinical trials, news, stocks, crypto, sports, academic papers, or anything requiring authoritative structured data with citations.
  • ask_pipeworx_beta — Beta version of ask_pipeworx: identical universal router (same 5,132 tools, same arguments, same response shape) with candidate routing improvements enabled live — currently source-preference ranking: when your question names a source, it wins ("using OpenAlex, not PubMed" boosts OpenAlex and demotes PubMed).
  • ask_pipeworx_grounded — Hallucination-resistant answer mode for high-stakes reads.
  • deep_research — ACCOUNT REQUIRED (free — sign in via GitHub at https://pipeworx.
  • discover_tools — Find tools by describing the data or task.
  • resolve_entity — "What's the ticker for…" / "find the CIK for…" / "what's the RxCUI for…" / "look up the ID for…" / "what is X's official identifier" — resolve a user-spoken NAME to the canonical/official identifier other tools require as input.
  • compare_entities — "Compare X and Y" / "X vs Y" / "X versus Y" / "which is bigger / better / larger / more profitable" / "rank these companies" / "head to head" — side-by-side comparison of 2–5 companies or drugs in ONE parallel call.
  • subscribe — Create a proactive monitoring subscription to a live-data event stream.