EVO Academia MCP server
Gym management (ABC Evo / W12): members, plans, sales, receivables, check-ins, classes and prospect
0 stars
Reviews
Write oneNobody has reviewed EVO Academia yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
EVO Academia tools (26, 5 write)
write = sends, deletes, buys or postsauthenticateFreeMCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
connectFreeReturns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
evo_activity_listFreeRead group activities/classes (turmas). Actions: list — list activities offered schedule — class schedule / available spots (filter by date) [Flattened action: list]
evo_activity_scheduleFreeRead group activities/classes (turmas). Actions: list — list activities offered schedule — class schedule / available spots (filter by date) [Flattened action: schedule]
evo_activity_write_change_statuswrite actionFreeEnroll a member in a class or change an enrollment status. Actions: enroll — enroll a member into a scheduled class change_status — change an enrollment's status (e.g. attended/cancelled) [Flattened action: change_status]
evo_activity_write_enrollwrite actionFreeEnroll a member in a class or change an enrollment status. Actions: enroll — enroll a member into a scheduled class change_status — change an enrollment's status (e.g. attended/cancelled) [Flattened action: enroll]
evo_bank_accountsFreeList the gym's bank accounts.
evo_configurationFreeGet the gym/branch configuration (name, timezone, gateway, occupation, card flags).
evo_employeesFreeList gym employees/staff.
evo_entriesFreeList gym entries (check-ins / turnstile access), optionally by member and date range. Bulk support: accepts member_ids for batched execution.
evo_get_member_countFreeCount of active members (drives the billing tier). Returns { active, total }.
evo_list_accountsFreeList all EVO gyms/branches linked to this install. Returns each account's id, dns, label, and an "is_default" flag (true when only one is linked). When multiple are linked, every other evo_* tool accepts an optional `account` parameter; pass id, dns, or label (full or partial).
evo_member_getFreeRead gym members. Actions: list — search/paginate members (filter by name/email/document/status) get — fetch one or more members by id (member_ids) [Flattened action: get]
evo_member_listFreeRead gym members. Actions: list — search/paginate members (filter by name/email/document/status) get — fetch one or more members by id (member_ids) [Flattened action: list]
evo_membershipFreeList membership plans (planos) offered by the gym.
evo_prospectFreeList prospects/leads (CRM).
evo_prospect_write_createwrite actionFreeCreate or update a prospect/lead. Actions: create — new prospect (name + at least one contact) update — edit an existing prospect (requires id_prospect) [Flattened action: create]
evo_prospect_write_updatewrite actionFreeCreate or update a prospect/lead. Actions: create — new prospect (name + at least one contact) update — edit an existing prospect (requires id_prospect) [Flattened action: update]
evo_receivablesFreeList receivables (contas a receber). Filter by date/status (PROBE: confirm param names). Bulk support: accepts member_ids for batched execution.
evo_receivables_mark_receivedFreeMark a receivable as received/paid. PROBE: confirm body shape with a live gym.
evo_salesFreeList sales (vendas) over a date range.
evo_sales_createwrite actionFreeCreate a sale (e.g. sell a membership/plan to a member). PROBE: confirm body shape.
marketplaceFreeThe official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
report_bugFreeReport a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_versionFreeShow the current MCP platform and adapter versions.
toolkit_infoFreeReturns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 384ms20/20
- Tool poisoning26 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 5 write-action tools with no auth3/15
- Maintenancelast push 22 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the EVO Academia repository's README, as published. We do not edit it. Read it on GitHub
EVO Academia
EVO Academia para Claude, ChatGPT e agentes de IA
Gestão de academia (ABC Evo / W12): alunos, planos, vendas, contas a receber, check-ins, turmas e CRM de prospects.
- 📊 20 ferramentas
- ✏️ Leitura e escrita
- 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 Login via magic-link (sem senha)
English version · Documentação completa · Skill pra agentes
Instalar em 1 clique
Claude (Web e Desktop)
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
➕ Abrir no Claude e conectar
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome EVO Academia e URL https://api.mcp.ai/p_evo.
Cursor
➕ Instalar EVO Academia no Cursor
VS Code (Copilot Chat)
➕ Instalar EVO Academia no VS Code
ChatGPT, Manus, OpenClaw e mais 40+ clientes
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_evoDetalhes por cliente: INSTALL.md.
Exemplos de uso
Quantos alunos ativos tenho e quais contas a receber estão em atraso?
Liste os check-ins de hoje e as turmas com vagas disponíveis
Mostre as vendas do mês e os prospects novos para follow-up20 ferramentas disponíveis
Detalhe de cada tool: docs/ferramentas.md
Preços
Planos a partir do tier grátis. Veja docs/precos.md.
Privacidade & LGPD
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http evo-mcp https://api.mcp.ai/p_evo
EVO Academia: common questions
- Is EVO Academia MCP server safe?
- Mostly: it is graded B (83/100). Read the EVO Academia safety report
- How do I install EVO Academia?
- It runs remotely at api.mcp.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does EVO Academia need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is EVO Academia maintained?
- The last commit was 23 days ago (2026-08-30). The latest release is v0.1.0.
- Is EVO Academia up?
- 100% of our last 15 checks got an answer. We check remote servers about four times a day.
- What can I use instead of EVO Academia?
- Servers from other publishers that do the same job: Blocksize Agentic Market Intelligence MCP server, MisarReach MCP Server and HubSpot MCP server. Compare all EVO Academia alternatives.
Alternatives to EVO Academia
Same job from other publishers: the closest match first, then the best rated.
- Blocksize Agentic Market IntelligenceSigned x402; starter credit: authenticated connector only; contact sales: authenticated account plannot reviewedGrowingA
- MisarReach MCP ServerFind and enrich leads, run multi-channel outreach, and manage the sales pipeline.not reviewedGrowingA
HubSpot MCPEvery HubSpot Sales Hub feature, plus offline cross-object queries, property-change-historynot reviewedGrowingB
Linkedin DataLinkedIn data for AI agents: profiles, companies, jobs, posts, search. Sales research, recruiting.not reviewedGrowingA- UpspringLive ads as reasoning-ready context, plus advertiser spend/traffic/sales scale grades over MCP.not reviewedGrowingA