INDIVIDUAL MCP TOOL
list_service_areas
List every Kansas City metro city Kodiak Fence Company serves, with slug, name, state, and city landing page URL.
LIVE ENDPOINT
https://kodiakfenceco.com/mcp
Connect to this endpoint to inspect the live schema for list_service_areas and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
get_business_info— Return Kodiak Fence Company's contact info, address, hours, warranty, and years in business.list_services— List every fence service Kodiak Fence Company offers (wood, vinyl, ornamental aluminum, chain link, farm, gates, repair, etc.) with slug, name, and short description.get_service— Return full details for one Kodiak Fence service by slug: intro, who it's for, benefits, materials, styles, use cases, and FAQs.get_service_area— Return local details for one Kansas City metro city Kodiak Fence serves: intro, neighborhoods, permit/soil considerations, common fence types, and city-specific FAQs.get_cost_estimate— Return an installed fence cost range for a Kansas City metro project.get_quote_instructions— Return instructions for requesting a free fence quote from Kodiak Fence Company: the quote form URL, phone number, email, and typical response time.