Connect inetGeek to an AI assistant
Everything on this site — sourced pricing, comparisons, stack recommendations, live DNS tools — is also reachable as an MCP server, so an assistant like Claude or ChatGPT can read it directly instead of guessing from training data that may predate this week's price change.
What it gives an assistant
Nine tools, all read-only. Every fact one returns is the same sourced, dated figure published on the matching page here — this is a distribution layer for data already verified, not a place a new claim originates.
list_categories
The categories this site tracks, each with its current provider count.
search_infrastructure
Full-text search over every published page — providers, comparisons, DNS records, tools and stacks.
get_provider
The full sourced fact sheet for one provider — pricing, limits, regions and startup-credit programs, each with a source and a verification date.
list_startup_credit_providers
Every provider documented as offering a startup credit program, with the amount and eligibility — a filter, not a per-provider lookup.
compare_providers
The sourced side-by-side comparison for a curated pair, where one exists.
get_stack_recommendation
Every host that documents real support for a framework or runtime, ordered by strength of documentation.
check_dns
A live DNS lookup for a domain's A/AAAA/CNAME/MX/TXT/NS records.
check_spf
A live SPF evaluation, including the ten-lookup limit.
check_dns_propagation
A live check of one record across four independent public resolvers.
What it won't do
compare_providers only answers for the curated pairs already published here — an uncurated pair returns a plain "not published yet," not a guess assembled on the spot. And no tool projects a cost at scale: this site records what a provider documents, not an estimate of what heavy traffic would cost you, because a vendor's own spend estimate is not a price either — see the methodology. An assistant can reason about scaling readiness from the real limits get_provider returns — connection counts, egress pricing, regional coverage — but the dollar figure at your traffic is its arithmetic, not a number this site asserts.
Connect it
No account and no API key — the server is open and unauthenticated, because everything it answers with is already public on this site. The URL is the same for every client:
https://inetgeek-mcp.palashbagchi.workers.dev/mcp
ChatGPT
Settings → Connectors → Add custom connector → paste the URL above → no authentication.
Claude.ai
Settings → Connectors → Add custom connector → paste the URL above → no authentication.
Claude Code
claude mcp add --transport http inetgeek https://inetgeek-mcp.palashbagchi.workers.dev/mcp
Cursor and other MCP clients
Add to the client's MCP config file:
{
"mcpServers": {
"inetgeek": { "url": "https://inetgeek-mcp.palashbagchi.workers.dev/mcp" }
}
}Nothing is stored
The DNS, SPF and propagation tools query public resolvers live and return the answer; nothing about the domain you asked about is kept. See the privacy page for what this site collects generally, and report a problem → if a tool answers something wrong.
