MCP Hub
Back to servers

CostAPI

Cost of living, CPI, PPP, and regional price data for 190+ countries. Semantic endpoints with natural language parameters. MCP server for AI agents.

glama
Updated
Mar 26, 2026

CostAPI MCP Server

MCP Compatible

Cost of living and price index data for 190+ countries. Query CPI time series, compare purchasing power parity across countries, explore US metro area prices, and analyze Eurostat HICP data. Data sourced from BLS, Eurostat, World Bank, OECD, and BEA.

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "aethar-cost-of-living": {
      "url": "https://col.wageapi.com/api/mcp",
      "headers": {
        "X-API-Key": "your_api_key_here"
      }
    }
  }
}

Claude Code

Add to .claude/settings.json in your project root:

{
  "mcpServers": {
    "aethar-cost-of-living": {
      "url": "https://col.wageapi.com/api/mcp",
      "headers": {
        "X-API-Key": "your_api_key_here"
      }
    }
  }
}

Cursor

Open Settings > MCP Servers > Add Server:

{
  "aethar-cost-of-living": {
    "url": "https://col.wageapi.com/api/mcp",
    "headers": {
      "X-API-Key": "your_api_key_here"
    }
  }
}

VS Code (Copilot MCP)

Add to .vscode/mcp.json:

{
  "servers": {
    "aethar-cost-of-living": {
      "url": "https://col.wageapi.com/api/mcp",
      "headers": {
        "X-API-Key": "your_api_key_here"
      }
    }
  }
}

Available Tools

CPI Tools

ToolDescription
list_countries_v1_cpi_countries_getList all countries with CPI data (paginated).
get_country_v1_cpi_countries__country_code__getGet CPI data for a specific country with category breakdown.
get_country_history_v1_cpi_countries__country_code__history_getGet CPI time series for a country with date range and category filters.
list_categories_v1_cpi_categories_getList available CPI category codes.
compare_countries_v1_cpi_compare_getCompare CPI across 2-20 countries.

PPP Tools

ToolDescription
list_countries_v1_ppp_countries_getList all countries with PPP data.
get_country_v1_ppp_countries__country_code__getGet PPP conversion factors for a country.
compare_countries_v1_ppp_compare_getCompare PPP across multiple countries.

Prices Tools

ToolDescription
list_metro_areas_v1_prices_us_metro_areas_getList US metro areas with price data.
get_metro_area_v1_prices_us_metro_areas__area_code__getGet price data for a US metro area.
get_item_v1_prices_us_items__item_code__getGet item prices across US metro areas.

Intelligence Tools (Semantic)

ToolDescription
compare_cost_of_living_v1_compare_cost_of_living_getCompare cost of living between two locations (natural language).
cheapest_cities_v1_cheapest_cities_getFind cheapest countries in a region.
purchasing_power_v1_purchasing_power_getCalculate purchasing power of a salary in another location.
cost_breakdown_v1_cost_breakdown_getGet detailed cost breakdown for a location vs baseline.

Example Prompts

These prompts work directly with Claude, Cursor, or any MCP-compatible AI client:

  • "Compare the cost of living between Berlin and Warsaw for someone earning EUR 75,000"
  • "How much more expensive is Tokyo than Seoul?"
  • "What are the 10 cheapest EU countries to live in?"
  • "What salary do I need in San Francisco to match my $80K lifestyle in Austin?"
  • "How far does a $100K salary go in Germany vs the US?"
  • "Show me the CPI trend for the US over the last 3 years"
  • "Compare grocery prices across New York, Chicago, and Los Angeles metro areas"
  • "Calculate the purchasing power of JPY 8,000,000 if I move from Tokyo to Bangkok"

Authentication

All tools require an API key. Get one at RapidAPI or wageapi.com.

Pass the key via the X-API-Key header in your MCP server configuration (see installation instructions above).

Links

Part of Workforce Data Suite

CostAPI works alongside WageAPI (US and EU salary benchmarking for 1,400+ occupations). Both are available as MCP servers. Configure both for comprehensive salary + cost-of-living analysis.

License

The MCP server endpoint is provided as part of CostAPI. Source code is proprietary.

Reviews

No reviews yet

Sign in to write a review