INDIVIDUAL MCP TOOL
list_languages
List every language served by AirFreightPrice, with native name and URL prefix pattern.
LIVE ENDPOINT
https://mcp.airfreightprice.com/mcp
Connect to this endpoint to inspect the live schema for list_languages 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.air-freight-price-air-cargo-routes-rate-methodol]
url = "https://mcp.airfreightprice.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"air-freight-price-air-cargo-routes-rate-methodol": {
"type": "http",
"url": "https://mcp.airfreightprice.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: air-freight-price-air-cargo-routes-rate-methodol
Remote MCP URL: https://mcp.airfreightprice.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": {
"air-freight-price-air-cargo-routes-rate-methodol": {
"url": "https://mcp.airfreightprice.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"air-freight-price-air-cargo-routes-rate-methodol": {
"type": "http",
"url": "https://mcp.airfreightprice.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "air-freight-price-air-cargo-routes-rate-methodol",
"transport": "streamable-http",
"url": "https://mcp.airfreightprice.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
health— Return authenticated service health, version, and validated published-data counts.get_company_info— Return verified COSERVA LTD and portal contact information.search_routes— Search route pages by origin/destination free text.get_route— Get one published lane's airport IATA evidence, typical carriers, transit wording, canonical URL and .md URL.get_airport— Look up a published airport page by IATA code or name, with canonical URL and only explicitly linked lanes.get_carrier— Look up a published cargo-carrier page by IATA/name, with canonical URL and only explicitly linked lanes.get_faq— Return published FAQ markdown, language-aware.create_inquiry— Submit a quote inquiry through the exact WordPress afp_lead pipeline.