Eveoy MCP

Eveoy MCP

Enables AI agents to drive real customer visits to physical stores for $24.99 per verified visitor, with tools for pricing, industry listings, and knowledge base queries.

Category
Visit Server

README

Eveoy MCP

Marketing was always a bet. We made it a sure thing.

Real customers · in real stores · from any AI.

The official Eveoy MCP server. 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 15 minutes, and brought back the photos to prove it.

Endpoint https://mcp.eveoy.com/api/mcp

Add it to your AI

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/api/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.

What it does

Three tools. One endpoint. Just receipts.

  • ask_eveoy — any question about Eveoy, grounded in the public knowledge base
  • get_pricing — exact price for N real customers at $24.99 each
  • list_industries — the 23+ sectors Eveoy serves

Four prompts. Zero ramp-up.

  • /eveoy_price_quote · /eveoy_objection_handle · /pitch_for_role · /pilot_scope_intake

What it won't say

This 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. 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."


For developers

Run locally

npm install
cp .env.example .env.local       # set IP_HASH_SALT at minimum
npm run dev                      # http://localhost:3000
npm run inspect                  # opens MCP Inspector against localhost

Quality gates

npm run typecheck
npm test                         # 38 tests
npm run lint:descriptors         # CI gate on tool descriptor integrity
npm run build
npm run build:dxt                # produces dist/eveoy.dxt for Claude Desktop

The classifier suite (src/classifier/__tests__/classifier.test.ts) must stay at 100% — every internal pattern from §10–15 of the about-eveoy KB has a deny case. The handshake suite (tests/mcp-handshake.test.ts) asserts every tool follows the canonical description template and carries zero Glama anti-slop tokens.

Security posture

  • Streamable HTTP per MCP spec 2025-06-18
  • Origin allowlist + Host pinning + HSTS in middleware.ts
  • Zod .strict() schemas on every tool — no extra params
  • Rate limits per IP (anonymous) and per OAuth subject (Phase 2) via Upstash Redis
  • Fail-closed public-only output classifier — every response passes assertPublic
  • No tokens or secrets ever logged; IPs HMAC-hashed with rotating salt
  • Tool descriptor lint gate in CI; tool-manifest hash exposed at /.well-known/mcp-tool-manifest.sig

Deploy

vercel link
vercel env pull .env.local
vercel deploy                    # preview
vercel deploy --prod             # after Pre-Deploy Code Review (Protocol 5)

Required environment for production: see .env.example.

Distribution surface

The Eveoy MCP is meant to be findable in every registry an AI agent might check.

Submission order, contacts, and the single highest-leverage lever per registry: docs/REGISTRY_SUBMISSION_CHECKLIST.md.

30-day launch plan synthesized from 20+ X.com posts (Dec 2025–Jun 2026): docs/LAUNCH_PLAYBOOK.md.

Sub-60s artifact-first demo recipe: docs/DEMO_RECIPE.md.


About Eveoy

You pay $24.99 per real customer who walked into your store, spent 15 minutes, and brought back the photos to prove it. $999 entry pilot for 40+ customers. 100% refunded for no-shows.

eveoy.com · brad@eycrowd.com

License

Proprietary. © The Eveoy™ MCP by EyCrowd, Inc.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured