fcc_regulation

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

Get the full text of one FCC regulation — a US Federal Communications Commission rule codified in 47 CFR — by its citation. Returns the exact regulatory wording currently in force. Answers “what does 47 CFR 15 require”, “what is the FCC rule for X”, “does the FCC allow X”, “read 47 CFR 15.247”, “the FCC RF emissions limit”. Forgiving citation input: “15.109”, “47 CFR 15.109”, “§15.247”, “15.247(b)” (paragraph stripped to the section), “Part 97”. Covers telecommunications regulation across all of Title 47: Part 15 unlicensed devices and RF emissions limits, Part 97 amateur radio, Part 2 equipment authorization and frequency allocations, Part 73 broadcast radio and TV, Part 76 cable, Part 25 satellite, Parts 24/27 wireless and spectrum, Part 64 common carrier and telephone rules, Part 11 emergency alert system, Part 9 911. Also accepts common names: “amateur radio”, “unlicensed devices”, “equipment authorization”, “RF exposure limits”. Pass a whole part (e.g. “15” or “Part 97”) to get that part’s section list. Example: fcc_regulation({ citation: “15.109” }) -> radiated emission limits; fcc_regulation({ citation: “97.301” }) -> amateur radio authorized frequency bands. Keyless. This pack is the FCC RULES text; the separate fcc and data-fcc packs serve FCC filings and licensing data (ULS licenses, ECFS comments, broadband maps).

Parameters

NameTypeRequiredDescription
citationstringyesFCC rule citation. A section: “15.109”, “47 CFR 15.109”, “§15.247”, “97.301”, “15.247(b)”. Or a whole part: “15”, “Part 97” -> returns the part’s section list. Common names also work: “amateur radio”, “unlicensed devices”, “RF exposure limits”.

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_regulation","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