
Connectivity Index
- futuremultihousing-dev/connectivity-index
Connectivity Index is an MCP server that serves machine-readable FCC pre-diligence data for multifamily broadband infrastructure scenarios.
About
Connectivity Index is an MCP server that exposes a machine-readable FCC pre-diligence corpus for multifamily broadband infrastructure scenarios. developers and small proptech teams can register the remote endpoint so Claude Code, Cursor, or other MCP-capable agents answer diligence questions—carrier presence, regulatory context, and infrastructure assumptions—without manually hunting PDFs and filings. The server uses streamable HTTP transport against a Cloudflare Workers URL and requires an API key in the x-api-key header. It fits workflows where you are narrowing site lists, underwriting connectivity risk, or briefing investors before you commit to capex or ISP partnerships. It is a domain-specific data bridge, not a general web browser or generic database MCP.
- Streamable HTTP MCP remote on Cloudflare Workers (version 1.0.1)
- Corpus tuned for multifamily broadband infrastructure scenarios
- FCC-oriented machine-readable pre-diligence data for agent queries
- Authenticated remote via required secret header x-api-key
- GitHub source: futuremultihousing-dev/connectivity-index
Connectivity Index by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http connectivity-index https://connectivity-index-mcp-cloudflare.futuremultihousing.workers.dev/ --header "x-api-key: YOUR_X_API_KEY"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Repository | futuremultihousing-dev/connectivity-index ↗ |
What it does
Pull machine-readable FCC broadband pre-diligence data into an agent when scoping multifamily connectivity or ISP infrastructure decisions.
Who is it for?
Best when you're validating connectivity assumptions on specific assets or portfolios.
Skip if: Skip if you need live ISP quoting, field surveys, or general-purpose crawling outside FCC-oriented multifamily scenarios.
What you get
After you register the remote MCP endpoint with your API key, your agent can ground scope and diligence answers in the connectivity corpus instead of ad-hoc document search.
- Agent-grounded answers on FCC-oriented broadband pre-diligence for scoped assets
- Faster validate memos with cited corpus-backed connectivity assumptions
- Repeatable remote MCP config you can reuse across diligence sessions
By the numbers
- Server version 1.0.1 per MCP server schema
- Single streamable-http remote endpoint on Cloudflare Workers
- One required secret header: x-api-key
Recommended MCP Servers
How it compares
Specialized FCC diligence data MCP, not a generic Postgres or browser automation server.
FAQ
Who is Connectivity Index for?
Developers and small teams working on multifamily or broadband infrastructure who want agents to query FCC pre-diligence context during validate and scoping.
When should I use Connectivity Index?
Use it while scoping deals, underwriting connectivity, or preparing investor memos before you lock ISP contracts or construction plans.
How do I add Connectivity Index to my agent?
Add the streamable-http remote URL https://connectivity-index-mcp-cloudflare.futuremultihousing.workers.dev to your MCP client and supply the required x-api-key secret.