General Tools
kodiakfenceco.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://kodiakfenceco.com/mcp
MCP server metadata
- Name
- kodiak-fence-mcp
- Version
- 0.1.0
Read-only tools for Kodiak Fence Company, a Kansas City metro fence contractor (wood, vinyl, ornamental aluminum, chain link, farm, gates, repair). Use list_services and get_service for fence type details, list_service_areas and get_service_area for city-specific info (permits, soil, common styles), get_business_info for contact/hours, get_cost_estimate to price a project by material and linear feet, and get_quote_instructions when a customer wants a free estimate.
Known tools 7
get_business_infoReturn Kodiak Fence Company's contact info, address, hours, warranty, and years in business.
Inferred read-onlylist_servicesList every fence service Kodiak Fence Company offers (wood, vinyl, ornamental aluminum, chain link, farm, gates, repair, etc.) with slug, name, and short description.
Inferred read-onlyget_serviceReturn full details for one Kodiak Fence service by slug: intro, who it's for, benefits, materials, styles, use cases, and FAQs.
Inferred read-onlylist_service_areasList every Kansas City metro city Kodiak Fence Company serves, with slug, name, state, and city landing page URL.
Inferred read-onlyget_service_areaReturn local details for one Kansas City metro city Kodiak Fence serves: intro, neighborhoods, permit/soil considerations, common fence types, and city-specific FAQs.
Inferred read-onlyget_cost_estimateReturn an installed fence cost range for a Kansas City metro project.
Inferred read-onlyget_quote_instructionsReturn instructions for requesting a free fence quote from Kodiak Fence Company: the quote form URL, phone number, email, and typical response time.
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.kodiak-fence-mcp]
url = "https://kodiakfenceco.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kodiak-fence-mcp": {
"type": "http",
"url": "https://kodiakfenceco.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kodiak-fence-mcp
Remote MCP URL: https://kodiakfenceco.com/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": {
"kodiak-fence-mcp": {
"url": "https://kodiakfenceco.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kodiak-fence-mcp": {
"type": "http",
"url": "https://kodiakfenceco.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kodiak-fence-mcp",
"transport": "streamable-http",
"url": "https://kodiakfenceco.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kodiakfenceco.com was fetched 2026-08-23T20:38:11.106Z.
kodiakfenceco.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.