{"name":"io.github.mcp-dir/evo-mcp","slug":"mcp-dir-evo-mcp","title":"EVO Academia","description":"Gym management (ABC Evo / W12): members, plans, sales, receivables, check-ins, classes and prospect ","url":"https://mcp.market/server/mcp-dir-evo-mcp","rating":null,"grade":"B","score":83,"certified":false,"status":"active","category":"sales","tags":["sales"],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-08-30T19:45:11.000Z","license":"MIT"},"uptime":{"percent":100,"checks":15,"ok":15,"last_checked_at":"2026-09-23T02:55:52.129Z","last_ok_at":"2026-09-23T02:55:52.129Z","latency_ms":150},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/mcp-dir/evo-mcp","website":null,"version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://api.mcp.ai/p_evo"}],"packages":[],"tools":[{"name":"authenticate","description":"MCP.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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"connect","description":"Returns 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_activity_list","description":"Read group activities/classes (turmas).\nActions:\n  list     — list activities offered\n  schedule — class schedule / available spots (filter by date)\n\n[Flattened action: list]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date":{"type":"string"},"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_activity_schedule","description":"Read group activities/classes (turmas).\nActions:\n  list     — list activities offered\n  schedule — class schedule / available spots (filter by date)\n\n[Flattened action: schedule]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date":{"type":"string"},"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_activity_write_change_status","description":"Enroll a member in a class or change an enrollment status.\nActions:\n  enroll        — enroll a member into a scheduled class\n  change_status — change an enrollment's status (e.g. attended/cancelled)\n\n[Flattened action: change_status]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"required":["data"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_activity_write_enroll","description":"Enroll a member in a class or change an enrollment status.\nActions:\n  enroll        — enroll a member into a scheduled class\n  change_status — change an enrollment's status (e.g. attended/cancelled)\n\n[Flattened action: enroll]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"required":["data"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_bank_accounts","description":"List the gym's bank accounts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_configuration","description":"Get the gym/branch configuration (name, timezone, gateway, occupation, card flags).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_employees","description":"List gym employees/staff.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_entries","description":"List gym entries (check-ins / turnstile access), optionally by member and date range.\n\nBulk support: accepts member_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"member_id":{"anyOf":[{"type":"string"},{"type":"number"}]},"start_date":{"type":"string"},"end_date":{"type":"string"},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"},"member_ids":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_get_member_count","description":"Count of active members (drives the billing tier). Returns { active, total }.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_list_accounts","description":"List all EVO gyms/branches linked to this install.\nReturns 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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_member_get","description":"Read gym members.\nActions:\n  list — search/paginate members (filter by name/email/document/status)\n  get  — fetch one or more members by id (member_ids)\n\n[Flattened action: get]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"member_ids":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"}]}},"name":{"type":"string"},"email":{"type":"string"},"document":{"type":"string"},"status":{"anyOf":[{"type":"string"},{"type":"number"}]},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_member_list","description":"Read gym members.\nActions:\n  list — search/paginate members (filter by name/email/document/status)\n  get  — fetch one or more members by id (member_ids)\n\n[Flattened action: list]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"member_ids":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"}]}},"name":{"type":"string"},"email":{"type":"string"},"document":{"type":"string"},"status":{"anyOf":[{"type":"string"},{"type":"number"}]},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_membership","description":"List membership plans (planos) offered by the gym.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_prospect","description":"List prospects/leads (CRM).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_prospect_write_create","description":"Create or update a prospect/lead.\nActions:\n  create — new prospect (name + at least one contact)\n  update — edit an existing prospect (requires id_prospect)\n\n[Flattened action: create]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id_prospect":{"anyOf":[{"type":"string"},{"type":"number"}]},"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_prospect_write_update","description":"Create or update a prospect/lead.\nActions:\n  create — new prospect (name + at least one contact)\n  update — edit an existing prospect (requires id_prospect)\n\n[Flattened action: update]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id_prospect":{"anyOf":[{"type":"string"},{"type":"number"}]},"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"id_branch":{"anyOf":[{"type":"string"},{"type":"number"}]},"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_receivables","description":"List receivables (contas a receber). Filter by date/status (PROBE: confirm param names).\n\nBulk support: accepts member_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"start_date":{"type":"string"},"end_date":{"type":"string"},"member_id":{"anyOf":[{"type":"string"},{"type":"number"}]},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"},"member_ids":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_receivables_mark_received","description":"Mark a receivable as received/paid. PROBE: confirm body shape with a live gym.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"required":["data"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_sales","description":"List sales (vendas) over a date range.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"start_date":{"type":"string"},"end_date":{"type":"string"},"take":{"default":50,"type":"number"},"skip":{"default":0,"type":"number"},"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evo_sales_create","description":"Create a sale (e.g. sell a membership/plan to a member). PROBE: confirm body shape.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"account":{"type":"string"}},"required":["data"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"marketplace","description":"The 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"default":"search","type":"string","enum":["search","describe","install","uninstall","subscribe","cancel","resume","report_bug","request_mcp","list_tools","invoke","search_prompts","get_prompt","publish_prompt"]},"query":{"default":"","type":"string"},"mcp_id":{"default":"","type":"string"},"limit":{"default":10,"type":"number"},"tier_slug":{"default":"","type":"string"},"immediate":{"default":false,"type":"boolean"},"cancel_reason":{"type":"string","enum":["too_expensive","missing_features","switched_service","unused","customer_service","too_complex","low_quality","other"]},"cancel_comment":{"default":"","type":"string"},"message":{"default":"","type":"string"},"report_context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"},"request_name":{"default":"","type":"string"},"request_details":{"default":"","type":"string"},"tool_id":{"default":"","type":"string"},"arguments":{"default":"{}","type":"string"},"prompt_slug":{"default":"","type":"string"},"prompt_vars":{"default":"{}","type":"string"},"prompt_category":{"default":"","type":"string"},"prompt_tool":{"default":"","type":"string"},"prompt_title":{"default":"","type":"string"},"prompt_description":{"default":"","type":"string"},"prompt_body":{"default":"","type":"string"},"prompt_targets":{"default":[],"type":"array","items":{"type":"string","enum":["claude","chatgpt","cursor","lovable"]}}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_bug","description":"Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"type":"string"},"context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"}},"required":["message"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"show_version","description":"Show the current MCP platform and adapter versions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"toolkit_info","description":"Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":83,"grade":"B","scanned_at":"2026-09-22T05:14:21.923Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T05:14:21.849Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 384ms"]},"poisoning":{"score":15,"max":15,"notes":["26 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 5 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 22 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://api.mcp.ai/p_evo","reachable":true,"authRequired":false,"latencyMs":384,"serverInfo":{"name":"mcp-ai","version":"0.9.351"}}],"packages":[],"repo":{"found":true,"owner":"mcp-dir","repo":"evo-mcp","archived":false,"pushedAt":"2026-08-30T19:45:11Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/207912538?v=4","ownerCreatedAt":"2025-04-16T18:01:51Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-30T19:45:11.000Z","score":20}}}},"grade_history":[],"reviews":[]}