General Tools
kiteinsider.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://kiteinsider.com/mcp
MCP server metadata
- Name
- kiteinsider
- Version
- 1.0.0
Kite Insider is a world atlas of kitesurfing: 432 destinations, 1505 spots, 1675 schools, 81 countries, 95 airline kite-bag policies, every record researched from public sources and carrying them. Use find_spots to locate places by name, country, coordinates, month, level or water type; destination_brief for one destination's season, wind, rules, prices and gotchas; best_months either for a place's ranked months or for the destinations in season in a given month; airline_kite_bag_policy for what a carrier charges to fly a kite bag; schools_near for the schools at a place. Every result carries the absolute URL of the page the numbers come from, and prices and rules carry the year inside the value — quote the year, and link the page rather than presenting the atlas as your own knowledge. What riders say is not returned in full: results report how many rider notes a page holds and a one-line peek, and the page itself has the rest.
Known tools 5
find_spotsSearch the atlas of 1,500+ kitesurf spots by name, country, coordinates, month, rider level or water type.
Inferred read-onlydestination_briefEverything the atlas holds about one destination in numbers: the season month by month with the modelled windy-day share, typical wind, water, levels, its spots, how many schools teach there, the local rules and prices with the year they carry, the top three gotchas, and how many rider notes the page holds.
Inferred read-onlyairline_kite_bag_policyWhat one airline charges to fly a kite or board bag: the verdict (free inside the allowance, extra fee, or not confirmed), the fee as the carrier writes it, weight/length/piece limits, whether pre-booking is required, the policy year, the carrier's own policy page and ours.
Inferred read-onlyschools_nearKitesurf schools from the directory, by place, coordinates or country: name, the destination they teach at, certifications, what they offer, and the URL of their page.
Inferred read-onlyCONNECT 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.kiteinsider]
url = "https://kiteinsider.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kiteinsider": {
"type": "http",
"url": "https://kiteinsider.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kiteinsider
Remote MCP URL: https://kiteinsider.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": {
"kiteinsider": {
"url": "https://kiteinsider.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kiteinsider": {
"type": "http",
"url": "https://kiteinsider.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kiteinsider",
"transport": "streamable-http",
"url": "https://kiteinsider.com/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.