← Registry

Data Collection

fccdb.com

Provides access to FCC license, tower, and microwave path data via search and detail endpoints.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://fccdb.com/mcp

No auth detected

MCP server metadata

Name
fccdb
Version
0.1.0
Capabilities
resourcestools
Server instructions

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

search

Free-text search across FCC call signs and licensee entity names.

Inferred read-only
license_detail

Full data for a single FCC license by call sign — licensee, locations with coordinates, antennas, paths, frequencies.

Inferred read-only
tower_detail

Full 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-only
path_profile

Metadata for a single microwave path on a license.

Inferred read-only

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.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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.