← omeletteindex.com

INDIVIDUAL MCP TOOL

index_overview

Descriptive statistics for The Omelette Index: how many places serve a plain omelette, countries/subdivisions/cities published, the global price centre in EUR, and the dearest and cheapest published countries.

omeletteindex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.omeletteindex.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for index_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

omeletteindex.com

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.omeletteindex]
url = "https://api.omeletteindex.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omeletteindex": {
      "type": "http",
      "url": "https://api.omeletteindex.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omeletteindex
Remote MCP URL: https://api.omeletteindex.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": {
    "omeletteindex": {
      "url": "https://api.omeletteindex.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omeletteindex": {
      "type": "http",
      "url": "https://api.omeletteindex.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omeletteindex",
  "transport": "streamable-http",
  "url": "https://api.omeletteindex.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • country_index — The omelette price index by country.
  • subdivisions — Published state/province readings inside one country, ranked by price, with each subdivision measured against its own country (vsCountryPct).
  • cities — Published city readings ranked by price (EUR).
  • compare — Side-by-side omelette index readings for two or more countries, ranked by price in EUR.