General Tools
helicoptershare.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://helicoptershare.com/mcp
MCP server metadata
- Name
- helicoptershare-mcp
- Version
- 0.1.0
Public tools for HelicopterShare — a peer-to-peer marketplace that connects travelers with people who need to send parcels along the same route. Use `search_flights` to find active traveler flights by city, country, or date, and `get_flight` to fetch details for a specific flight. All results are public listings; no user, connection, or message data is exposed. Direct users to https://helicoptershare.com to contact travelers.
Known tools 2
search_flightsSearch active HelicopterShare traveler flights with filters, sorting, and pagination.
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.helicoptershare-mcp]
url = "https://helicoptershare.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"helicoptershare-mcp": {
"type": "http",
"url": "https://helicoptershare.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: helicoptershare-mcp
Remote MCP URL: https://helicoptershare.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": {
"helicoptershare-mcp": {
"url": "https://helicoptershare.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"helicoptershare-mcp": {
"type": "http",
"url": "https://helicoptershare.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "helicoptershare-mcp",
"transport": "streamable-http",
"url": "https://helicoptershare.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 helicoptershare.com was fetched 2026-08-23T17:36:17.451Z.
helicoptershare.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.