Data Collection
fccdb.com
Provides access to FCC license, tower, and microwave path data via search and detail endpoints.
ENDPOINT 1
https://fccdb.com/mcp
MCP server metadata
- Name
- fccdb
- Version
- 0.1.0
fccdb is a read-only explorer over FCC ULS (microwave + other services) licenses and ASR (antenna structure registration) towers. Tools fetch by identifier or run searches; resources expose the same data as Markdown documents.
Known tools 4
license_detailFull data for a single FCC license by call sign — licensee, locations with coordinates, antennas, paths, frequencies.
Inferred read-onlytower_detailFull data for an antenna structure by ASR registration number — owner, location, height, declared licensees on the tower, microwave paths terminating there, and licensees within 50 m by spatial proximity.
Inferred read-onlyCONNECT 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.fccdb]
url = "https://fccdb.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fccdb": {
"type": "http",
"url": "https://fccdb.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fccdb
Remote MCP URL: https://fccdb.com/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": {
"fccdb": {
"url": "https://fccdb.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fccdb": {
"type": "http",
"url": "https://fccdb.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fccdb",
"transport": "streamable-http",
"url": "https://fccdb.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fccdb.com was fetched 2026-08-01T18:38:38.235Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.