telecom-truth
Server Details
US telecom availability and intelligence by address, with FCC provenance. Fiber-first.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsarea_intelligenceCity coverage intelligenceARead-onlyIdempotentInspect
Coverage intelligence for a US city: how many providers file service, fiber availability share, and the dominant technologies — honest numbers with their grain and vintage stated. Give city and two-letter state.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name, e.g. 'Goshen' | |
| state | Yes | Two-letter state, e.g. 'IN' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering safety and determinism. The description adds meaningful context beyond annotations by promising 'honest numbers with their grain and vintage stated,' which informs the user about data quality and temporal provenance—a useful behavioral trait not captured in structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded, presenting the core purpose and expected outputs in a single, information-dense sentence. The second sentence gives necessary input instructions. Every clause adds value, with no filler or redundant repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description adequately outlines the return content (providers count, fiber share, technologies) and mentions metadata ('grain and vintage'). It is sufficient for a simple two-parameter read-only intelligence tool, though it could benefit from a more explicit statement about the output format or units.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for both 'city' and 'state', so the baseline is 3. The description reinforces the parameter format ('Give city and two-letter state') but adds little beyond the schema, except for clarifying the US-only scope, which is already implied by the word 'US' in the description. No new semantic depth is provided for the parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the tool's function: it provides city-level coverage intelligence including number of providers, fiber availability share, and dominant technologies. It distinguishes itself from sibling tools by focusing on aggregate city statistics rather than individual availability checks or provider profiles.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating the required inputs ('Give city and two-letter state') and the scope ('for a US city'), but it does not explicitly contrast with sibling tools or state when to choose this over alternatives. No exclusions or alternative recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_availabilityCheck internet availabilityARead-onlyIdempotentInspect
Authoritative internet availability for one US location. Give a street address (or lat/lng, or an FCC location_id from a previous call) and get every provider that files service there — technology, download/upload speeds — fiber options first, with the FCC filing vintage the answer derives from and a link to the live page. Data: FCC Broadband Data Collection filings cross-verified against a 200M-address evidence ledger.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (use with lng as an alternative to address) | |
| lng | No | Longitude | |
| address | No | US street address, e.g. '520 South 5th Street, Goshen, Indiana' | |
| location_id | No | FCC location id from a previous check (skips address resolution) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only and idempotent behavior. The description adds valuable context about return content (fiber-first ordering, FCC filing vintage, live page link) and data provenance (cross-verified evidence ledger), enhancing transparency beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core purpose, then efficiently packing input methods, output details, and data source. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a lookup tool with no output schema, the description covers what the tool does, inputs, outputs, and data quality. It is suitably complete given the tool's straightforward nature.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers all 4 parameters with descriptions, providing a baseline of 3. The description adds semantic value by framing lat/lng and address as alternatives and noting location_id comes from a previous call, clarifying how to choose among them.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Authoritative internet availability for one US location' and details what it returns (every provider, technology, speeds). It distinguishes itself from siblings like area_intelligence and provider_profile by focusing on location-specific availability.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit input options ('street address, lat/lng, or an FCC location_id') and indicates reuse from previous calls. Clear context for when to use, but no explicit exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
industry_overviewUS telecom industry overviewARead-onlyIdempotentInspect
US telecom market at national scale: total providers, total FCC-registered locations, technology mix (how many locations have fiber vs cable vs other filed), and the filing vintages held. The market-context tool for questions about the US broadband industry, the fiber transition, or how big the space is.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and idempotent hints, so the description doesn't need to discuss safety. It adds useful behavioral context by enumerating the data included (providers, locations, tech mix, vintages) and confirming there is no geographic filtering below national level.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences deliver the full value: the first enumerates the data dimensions, the second states the intended use case. No fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description carries the burden of explaining return values, and it lists the main categories (providers, locations, tech mix, vintages). The phrase 'filing vintages held' is slightly technical, but sufficient for an overview tool with no parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema provides no input guidance. Baseline is 4; the description appropriately focuses on output content rather than inputs, leaving no parameter semantics gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool provides: US telecom market data at national scale, including providers, locations, technology mix, and filing vintages. It distinguishes itself from local/area-focused siblings by emphasizing 'national scale' and 'market context,' though it lacks an explicit verb like 'get' or 'list.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear context for when to use it: for questions about the US broadband industry, the fiber transition, or market size. It does not explicitly name alternatives or say when not to use it, but the national vs. local distinction implies the boundary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
location_intelligenceNeighborhood (hex) intelligenceARead-onlyIdempotentInspect
Res-8 hex intelligence (~0.46 km cells) for any US coordinate: how many FCC locations, providers by technology, fiber density, competition and underserved status, and best available speeds in that immediate neighborhood. This is the herd-mentality context (how much of the block already has fiber) and the build-predictability grain. Give lat+lng, or an H3 res-8 hex_id directly.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude | |
| lng | No | Longitude | |
| hex_id | No | H3 res-8 cell id (alternative to lat/lng) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the description builds on that by detailing what data is returned (fiber density, competition, speeds, etc.). It adds the 'herd-mentality' framing, giving context beyond a bare read operation. It does not describe return format or pagination, but with readOnlyHint covering the safety profile, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, each earning its place: first defines what the tool returns, second explains the conceptual context, third gives input instructions. It is front-loaded with the core purpose and avoids redundancy, making it an efficient and well-structured description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description does a good job listing the key output dimensions (FCC locations, providers, fiber density, speeds) and explains why this data matters (herd-mentality). It could be more explicit about response structure or edge cases, but for a read-only lookup tool, it conveys the essential information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (lat, lng, hex_id each described). The description adds meaningful context by specifying 'any US coordinate', the hex resolution (~0.46 km cells), and that hex_id is a direct alternative to lat/lng. This reinforces and extends the schema descriptions, justifying a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Res-8 hex intelligence (~0.46 km cells) for any US coordinate' with specific data dimensions (FCC locations, providers by technology, fiber density, competition, underserved status, speeds). It distinguishes from siblings by emphasizing the neighborhood scale and 'build-predictability grain', making it unique among area-level tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly indicates when to use this tool: when you need 'herd-mentality context' or 'build-predictability'. It also specifies input expected ('Give lat+lng, or an H3 res-8 hex_id directly'). It does not explicitly name alternatives or exclusions, but the context of neighborhood-level detail vs. area intelligence is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
provider_profileProvider profileARead-onlyIdempotentInspect
Canonical profile of a US internet provider by name (handles brand variants, e.g. 'ATT', 'Google Fiber'). Returns the canonical identity, FCC registration numbers, technologies filed, the live profile URL, and — when precomputed — an answer pack of grounded sections (overview, coverage, measured-vs-claimed speeds, competition, recent signals, trajectory). Use it to disambiguate providers before making claims about them.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Provider name or brand as a user said it |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and idempotent behavior. The description adds significant context: handling brand variants, listing exact output fields, and noting that the answer pack is only available 'when precomputed'. This exceeds annotation coverage and gives the agent actionable expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core purpose, then output details, followed by explicit usage guidance. Every sentence contributes, with no redundant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, the description fully covers input semantics, output elements, usage context, and limitations (precomputed answer pack). It is complete for effective tool invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema describes 'name' as 'Provider name or brand as a user said it,' which is already clear. The description adds concrete examples (ATT, Google Fiber) and implies normalization, reinforcing the parameter's flexibility. This is marginal but useful added value over schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: returning a canonical profile of a US internet provider by name, with specific outputs (FCC numbers, technologies, etc.). It also distinguishes itself from sibling tools by emphasizing disambiguation and canonical identity, making its purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear use case: 'Use it to disambiguate providers before making claims about them.' However, it does not explicitly name alternatives or state when not to use it, preventing a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
area_intelligence - First observed
check_availability - First observed
industry_overview - First observed
location_intelligence - First observed
provider_profile
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Broadband availability, providers, speeds, and BEAD classification from the FCC
FCC broadband availability, coverage analysis, and digital divide data for US geographies.
US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats.
Check internet providers, plans, speeds, and known pricing at a specific U.S. street address.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAccess FCC broadband availability, coverage analysis, and digital divide data for US geographies and census blocks via MCP.2701Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProperty intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.-
- AlicenseAqualityBmaintenanceQuery verified parcel ArcGIS REST endpoints for 150+ US counties across all 50 states — search by owner name, APN, or address. No API key; built on public county GIS data.41131MIT
- AlicenseAqualityBmaintenanceTells your agent whether a number is safe to call or text right now. Live US/Canada phone data: carrier, line type, LRN, CNAM, spam/scam reputation, SMS deliverability, and TCPA 8am–9pm calling-window verdicts, plus bulk jobs. Every query is a fresh network dip, never stale cache. Free sandbox key, no card required. Pay per lookup, no minimums.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct geographic or entity level: city, address, national, hex, and provider. There is no overlap in primary purpose; even the two 'intelligence' tools are clearly separated by scale (city vs. res-8 hex).
Most tools follow a noun_noun pattern (area_intelligence, industry_overview, location_intelligence, provider_profile), with one exception: check_availability uses a verb-led style. The deviation is minor and the names remain intuitive and predictable.
Five tools is well-scoped for a telecom data server, covering the core lookups needed without bloat. Each tool earns its place and the count aligns with a focused read-only domain.
The tool set covers the full spectrum of US broadband availability queries: address, neighborhood, city, national, and provider identity. There are no obvious dead ends—users can drill down from national to address or use provider_profile for disambiguation.