FCC Media Intelligence MCP avatar

FCC Media Intelligence MCP

Pricing

$3.00 / 1,000 result item returneds

Go to Apify Store
FCC Media Intelligence MCP

FCC Media Intelligence MCP

An Apify MCP actor that queries the Federal Communications Commission's broadcast license database. Returns structured records for TV, FM, and AM broadcast stations including call signs, licensees, frequencies, geographic coverage, and license expiration dates.

Pricing

$3.00 / 1,000 result item returneds

Rating

0.0

(0)

Developer

Andrew Avina

Andrew Avina

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

FCC Media Intelligence MCP — License Database & Political Advertising

An Apify MCP actor that queries the Federal Communications Commission's broadcast license database. Returns structured records for TV, FM, and AM broadcast stations including call signs, licensees, frequencies, geographic coverage, and license expiration dates.

What This Actor Does

  • Queries the FCC license search API (data.fcc.gov/api/license/search/) for active broadcast licenses
  • Supports filtering by service type (TV, FM, AM), state, and call sign
  • Normalizes raw FCC API fields into a consistent output schema
  • Falls back to 20 curated real FCC broadcast license records if the API is unreachable
  • Can run as an MCP server (HTTP) for integration with LLM tool-use pipelines

Output Fields

FieldDescription
call_signFCC-assigned station call sign (e.g. WABC-TV, KNBC)
service_typeBroadcast service: TV, FM, or AM
stateTwo-letter state abbreviation of station location
cityCity of license
frequencyBroadcast frequency or channel number
licenseeName of the legal entity holding the license
expiration_dateLicense expiration date
license_statusCurrent license status (e.g. Active, Cancelled)
sourceData source identifier

Input Parameters

ParameterTypeDefaultDescription
serviceTypestringTVService type: TV, FM, AM, or ALL
statestring(all)Two-letter state filter (e.g. CA, NY)
callSignstring(none)Specific call sign to look up (e.g. WABC)
limitinteger50Max records returned (up to 500)
serveMcpbooleanfalseStart HTTP MCP server instead of writing dataset

MCP Server Mode

Set serveMcp: true to run this actor as an HTTP MCP server. The server exposes:

  • GET / — Health check
  • GET /mcp/tools — Lists available tools
  • POST / — Invoke a tool with {"tool": "search_fcc_licenses", "arguments": {...}}

Data Source

FCC Broadcast Services Overview

Television (TV): Full-power TV stations broadcasting on VHF (channels 2-13) or UHF (channels 14+). Licenses renewed every 8 years.

FM Radio: Frequency Modulation radio broadcasting in the 87.8–108.0 MHz band. Community, commercial, and noncommercial educational stations.

AM Radio: Amplitude Modulation radio in the 535–1705 kHz band. Includes Class A (clear channel) through Class D local stations.

Use Cases

  • Media ownership research: identify which corporations own stations in a market
  • Political advertising tracking: identify licensed TV stations for political ad placement analysis
  • Market entry analysis: find competitors in a local broadcast market
  • License expiration monitoring: flag stations with upcoming license renewals
  • Regulatory compliance: verify station licensing status

Categories

MCP_SERVERS · BUSINESS