brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.cyanheads/fcc-broadband-mcp-server · v0.1.12
FCC broadband availability, coverage analysis, and digital divide data for US geographies.
fcc-broadband-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"fcc-broadband-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/fcc-broadband-mcp-server"
]
}
}
}FCC_BDC_USERNAME可选FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.
FCC_BDC_HASH_VALUE可选API token hash from broadbandmap.fcc.gov Manage API Access page.
FCC_OPENDATA_APP_TOKEN可选Socrata app token for FCC Open Data. Increases rate limits; not required.
FCC_MIRROR_ENABLED可选Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.
FCC_MIRROR_PATH可选Directory holding the Form 477 mirror SQLite files.
MCP_LOG_LEVEL可选Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').
FCC_BDC_USERNAME可选FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.
FCC_BDC_HASH_VALUE可选API token hash from broadbandmap.fcc.gov Manage API Access page.
FCC_OPENDATA_APP_TOKEN可选Socrata app token for FCC Open Data. Increases rate limits; not required.
FCC_MIRROR_ENABLED可选Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.
FCC_MIRROR_PATH可选Directory holding the Form 477 mirror SQLite files.
MCP_HTTP_HOST可选The hostname for the HTTP server.
MCP_HTTP_PORT可选The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH可选The endpoint path for the MCP server.
MCP_AUTH_MODE可选Authentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL可选Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.cyanheads/fcc-broadband-mcp-server",
"type": "mcp-server",
"version": "0.1.12",
"displayName": "fcc-broadband-mcp-server",
"description": "FCC broadband availability, coverage analysis, and digital divide data for US geographies.",
"repository": {
"url": "https://github.com/cyanheads/fcc-broadband-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@cyanheads/fcc-broadband-mcp-server",
"version": "0.1.12",
"runtimeHint": "node",
"transport": "stdio",
"environmentVariables": [
{
"name": "FCC_BDC_USERNAME",
"description": "FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods."
},
{
"name": "FCC_BDC_HASH_VALUE",
"description": "API token hash from broadbandmap.fcc.gov Manage API Access page."
},
{
"name": "FCC_OPENDATA_APP_TOKEN",
"description": "Socrata app token for FCC Open Data. Increases rate limits; not required."
},
{
"name": "FCC_MIRROR_ENABLED",
"description": "Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false."
},
{
"name": "FCC_MIRROR_PATH",
"description": "Directory holding the Form 477 mirror SQLite files."
},
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn')."
}
]
},
{
"registryType": "npm",
"identifier": "@cyanheads/fcc-broadband-mcp-server",
"version": "0.1.12",
"runtimeHint": "node",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "FCC_BDC_USERNAME",
"description": "FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods."
},
{
"name": "FCC_BDC_HASH_VALUE",
"description": "API token hash from broadbandmap.fcc.gov Manage API Access page."
},
{
"name": "FCC_OPENDATA_APP_TOKEN",
"description": "Socrata app token for FCC Open Data. Increases rate limits; not required."
},
{
"name": "FCC_MIRROR_ENABLED",
"description": "Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false."
},
{
"name": "FCC_MIRROR_PATH",
"description": "Directory holding the Form 477 mirror SQLite files."
},
{
"name": "MCP_HTTP_HOST",
"description": "The hostname for the HTTP server."
},
{
"name": "MCP_HTTP_PORT",
"description": "The port to run the HTTP server on."
},
{
"name": "MCP_HTTP_ENDPOINT_PATH",
"description": "The endpoint path for the MCP server."
},
{
"name": "MCP_AUTH_MODE",
"description": "Authentication mode to use: 'none', 'jwt', or 'oauth'."
},
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn')."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://fcc-broadband.caseyjhand.com/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.cyanheads/fcc-broadband-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cyanheads%2Ffcc-broadband-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}