← eveoy.com

INDIVIDUAL MCP TOOL

get_pricing

Compute the exact Eveoy price for a pilot.

eveoy.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.eveoy.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ask_eveoy — Answer any question about Eveoy — what it is, how the platform works, pricing rationale, the directory, industries, founders, or company background.
  • list_industries — Return the list of industries Eveoy serves — 23+ B2C sectors across retail, food, beauty, hospitality, pets, and more.
  • get_app_link — Get the link to download the Eveoy shopper app (iOS / Android).
  • get_case_studies — List Eveoy case studies and lookbooks — links to the full write-ups on eveoy.
  • check_order_status — Look up the status of an Eveoy order by its Stripe Checkout session id.
  • subscribe_newsletter — Subscribe an email address to the Eveoy newsletter (case studies + lookbooks).
  • start_checkout — Create an Eveoy checkout and return a payment link.
  • capture_profile — Save the company an agent represents so Eveoy can tailor recommendations and have the team follow up.