fcc_regulations_search

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

Keyword search across the FCC regulations — US telecommunications rules in 47 CFR. Answers “what FCC regulations cover X”, “the FCC rule about X”, “find the telecommunications regulation for X”, “which radio / spectrum / wireless rule applies to X”. Great for topics: unlicensed device emission limits, Part 15 intentional and unintentional radiators, RF exposure and radiofrequency radiation limits, equipment authorization and certification, amateur radio operating privileges, spectrum and frequency allocations, broadcast station licensing and ownership, cable and satellite carriage, robocalls and caller ID, 911 and emergency alerting, wireless and common carrier obligations. Returns matching FCC rules with citation (47 CFR), heading, excerpt, and source URL. Example: fcc_regulations_search({ query: “unlicensed device emission limits” }); fcc_regulations_search({ query: “amateur radio frequency bands”, limit: 15 }). Keyless. Searches the FCC RULES text; the separate fcc and data-fcc packs search FCC filings and licensing data.

Parameters

NameTypeRequiredDescription
querystringyesTelecommunications-regulation topic or phrase, e.g. “unlicensed device emission limits”, “RF exposure”, “equipment authorization”, “amateur radio frequency bands”, “broadcast ownership”.
limitnumbernoMax results to return, 1-20 (default 10).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 26, 2026