Server data from the Official MCP Registry
Ask about Eveoy and book pilots — $24.99 per verified in-store customer, auto-refund.
Ask about Eveoy and book pilots — $24.99 per verified in-store customer, auto-refund.
Remote endpoints: streamable-http: https://mcp.eveoy.com/mcp
Eveoy MCP is a well-structured Cloudflare Worker with strong security fundamentals. Authentication and authorization are properly gated for sensitive operations (checkout requires sign-in), input validation is strict via Zod schemas, and a comprehensive denylist classifier prevents internal data leakage. The codebase demonstrates good security hygiene with origin allowlisting, CORS configuration, rate limiting, and no hardcoded secrets. Minor concerns around PII pattern matching and broad env_vars access are typical for the category and do not materially impact risk. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 1 high severity).
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Marketing was always a bet. We made it a sure thing.
Real customers · in real stores · from any AI.
The official Eveoy MCP server — a native Cloudflare Worker (McpAgent + Durable Objects). You don't pay for tokens. You don't pay for clicks. You don't pay for hope. You pay $24.99 per real customer who walked into your store, spent 10 minutes, and brought back the photos to prove it.
Endpoint https://mcp.eveoy.com/mcp · Streamable HTTP (MCP spec 2025-06-18)
| Client | One-line setup |
|---|---|
| Lovable | Connectors → Chat connectors → New MCP server → paste the URL → Add & authorize. |
| Claude Desktop | Add {"mcpServers":{"eveoy":{"url":"https://mcp.eveoy.com/mcp"}}} to claude_desktop_config.json. Restart. |
| Claude.ai | Settings → Connectors → Add custom connector → paste the URL. |
| ChatGPT | Settings → Connectors → Add MCP server → paste the URL. |
| Cursor | Click Add to Cursor on mcp.eveoy.com, or Settings → MCP → Add (HTTP). |
| Windsurf | Click Open in Windsurf on mcp.eveoy.com, or Settings → MCP Servers → Add. |
Twelve tools. One endpoint. Just receipts. The Worker is a thin adapter — read/static tools run locally; the rest call Eveoy's Supabase edge functions ("the brain") with the publishable anon key only.
Read / static
ask_eveoy — any question about Eveoy (proxies the live /ask-eveoy brain; local KB fallback)get_pricing — exact price; mirrors eveoy.com/order (Starter/Proof/Rollout, $24.99/customer)list_industries — the 23+ sectors Eveoy serveslist_metros — Eveoy directory coverage (LA live)get_app_link · book_demo — canonical install / demo linksEdge-backed (Supabase)
search_directory — directory search (/directory-query)get_business — one business by slug/id (/directory-business)check_order_status — masked order lookup (/get-order-summary)subscribe_newsletter — newsletter opt-in (/subscribe-beehiiv)claim_business — listing claim + contact reveal (/unlock-business)start_checkout — Stripe Checkout URL (/create-checkout-session)Contracts: docs/API_CONTRACTS.md. Architecture: docs/WORKING_WITH_LOVABLE.md.
Four prompts. No ramp-up. No guesswork.
/eveoy_price_quote · /eveoy_objection_handle · /pitch_for_role · /pilot_scope_intakeThis server speaks public Eveoy only. A versioned classifier in src/classifier/denylist.ts blocks every internal pattern from the about-eveoy knowledge base — financials, roadmap, partner names, sales playbook, secrets — before it can leave the server. If a question can't be answered from the public set, the response is "That detail isn't publicly available — email brad@eycrowd.com for more."
mcp.eveoy.com (Worker Custom Domain)
│
▼ one Worker (src/index.ts)
├─ "/" → proxied to Lovable's mcp-landing edge fn (marketing source of truth)
├─ /info.json live tool list + pricing + industries (for the landing)
├─ static assets (public/) /privacy, icons, /.well-known/server-card.json,
│ served free from the edge robots.txt, sitemap.xml, llms.txt, eveoy.dxt
├─ EveoyMCP (McpAgent + Durable Object + SQLite)
│ wraps the official SDK McpServer; session state + SSE resumability
│ serve('/mcp') = Streamable HTTP · serveSSE('/sse') = legacy
│ start_checkout gated by sign-in handoff (/link/callback, /link/finish)
├─ KV (CACHE) 15-min eveoy.com fetch cache (Phase 3)
├─ Rate Limit binding per-IP soft limit (60/60s)
└─ Phase 2: @cloudflare/workers-oauth-provider for write-tool auth
The deterministic core (src/lib/pricing.ts, src/classifier/*, src/industries.ts, src/mcp/schemas.ts, src/knowledge/*, tool/prompt bodies) is platform-agnostic — no Cloudflare or Vercel imports. The Worker shell (src/index.ts) and src/config.ts are the only platform-coupled files.
npm install
cp .dev.vars.example .dev.vars # set IP_HASH_SALT
npm run dev # wrangler dev → http://localhost:8787 (workerd)
npm run inspect # MCP Inspector against localhost:8787/mcp
npm run typecheck # tsc --noEmit
npm test # 50 tests (vitest)
npm run lint:descriptors # tool-descriptor integrity gate
npx wrangler deploy --dry-run --outdir dist # bundle validation, no login
The classifier suite must stay at 100% — every internal pattern from §10–15 of the about-eveoy KB has a deny case. The handshake suite asserts every tool follows the canonical description template, carries zero Glama anti-slop tokens, and that server.json + dxt/manifest.json descriptions stay ≤100 chars.
See docs/CLOUDFLARE_DEPLOY.md for the full runbook (account, KV namespace, secrets, custom domain, DNS zone move, registry publish). Short version:
wrangler login
wrangler kv namespace create CACHE # paste the id into wrangler.jsonc
wrangler secret put IP_HASH_SALT
wrangler deploy
2025-06-18.strict() schemas on every tool — no extra params, inputs mirror eveoy.com/orderassertPublicmcp/server.json — Official MCP Registry manifest (reverse-DNS com.eveoy/mcp)smithery.yaml — Smithery auto-scan configdxt/manifest.json — Claude Desktop .dxt; npm run build:dxt → served at /eveoy.dxt/.well-known/mcp/server-card.json — out-of-band metadata mirror · /sitemap.xml · /robots.txtSubmission order and levers: docs/REGISTRY_SUBMISSION_CHECKLIST.md. Launch plan: docs/LAUNCH_PLAYBOOK.md. Demo recipe: docs/DEMO_RECIPE.md. Phase 2 order contract: docs/ORDER_FLOW_SPEC.md. Working with Lovable: docs/WORKING_WITH_LOVABLE.md.
Proprietary. © The Eveoy™ MCP by Eveoy, Inc.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.