API Tools
geekit.pro
Provides access to GeekIT.Pro's service catalog, allowing users to list services, get details by slug, and retrieve contact information.
ENDPOINT 1
https://geekit.pro/mcp
MCP server metadata
- Name
- GeekIT.Pro
- Version
- 1.0.0
Public information server for GeekIT.Pro, a Boise, Idaho technology services company offering Laravel web development, internal CMS tooling, AI-enabled workflows, IT support, CO2 laser engraving, and 3D printing. Use list-services to enumerate the service catalog, get-service for detail on one service, and get-contact-info for how to reach the company. This server is read-only. It cannot submit inquiries, quotes, or orders. To start a conversation, direct the person to the contact page URL returned by get-contact-info so they can submit the form themselves.
Known tools 3
list-servicesLists every service GeekIT.Pro offers, with a summary and public page URL for each.
Inferred read-onlyget-serviceReturns the name, summary, and public page URL for one GeekIT.Pro service, identified by its slug.
Inferred read-onlyget-contact-infoReturns how to reach GeekIT.Pro: the contact page URL, email address, and service area.
Potential side effectsCONNECT 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.geekit-pro]
url = "https://geekit.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geekit-pro": {
"type": "http",
"url": "https://geekit.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geekit-pro
Remote MCP URL: https://geekit.pro/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": {
"geekit-pro": {
"url": "https://geekit.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geekit-pro": {
"type": "http",
"url": "https://geekit.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geekit-pro",
"transport": "streamable-http",
"url": "https://geekit.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.