mcpbeat

Com MCP Server

by com-muovi
answering

Com is answering right now. Last checked 11 min ago. 131 installs a week from npm. It exposes 6 tools. Last commit 17 Jul 2026.

Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).

Installs per day peak 238 · avg 23 · +15% w/w
a month agotoday
Uptime history 57 hours of history · worst hour 0%
57 hours agonow
44.0%
Uptime 24h
40 of 91 checks
6
Tools
read from the server
737 ms
Response time
average over 24h
131
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.muovi.com.ar/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.muovi.com.ar/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.muovi.com.ar/"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.muovi.com.ar/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.muovi.com.ar/"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

muovi
muovi_create_task_link
Build the canonical Muovi deep-link that opens the on-platform task creation flow pre-filled with a specific professional and service. Returns a URL of the form `https://muovi.com.ar/p/{slug}?create_task=1&service={service-slug}`. This is a pure formatter — it makes no network call and creates no task. After running it, surface the URL to the user so they can complete the booking on Muovi. Muovi never lets agents create tasks server-side; the consumer always sees the on-platform flow to confirm details.
muovi_get_professional
Fetch the full public profile for a single Muovi-verified professional by slug. Returns display name, headline, bio, portfolio image URLs, specialties, city + neighborhoods, services, ratings, verifications, and the canonical `profile_url`. The `profile_url` is the only sanctioned contact channel — phone, email, and whatsapp are never returned. Append `?create_task=1&service={slug}` to `profile_url` (or use `muovi_create_task_link`) to deep-link a user into the on-platform task creation flow targeted at this pro.
muovi_get_reviews
Fetch paginated reviews for a single Muovi-verified professional, sorted most-recent first. Each review has a 1-5 rating, an optional title and free-text comment, the author's reduced display name (e.g. "María G." — full surnames are never returned), the author role (`client` or `worker`), the service category the review is associated with, and an ISO `created_at` timestamp. Use this to surface social-proof when recommending a professional.
muovi_list_cities
List every Argentine city Muovi serves, with active neighborhoods nested under each. Each city has a stable `slug` (used as the `city` parameter on `muovi_search_professionals`) and a human-readable `name`. Each neighborhood has its own `slug` (used as the `neighborhood` parameter on `muovi_search_professionals`). Call this when you need to resolve a user's location wording to a Muovi city or neighborhood slug.
muovi_list_services
List every service category Muovi supports in Argentina — home trades (electricidad, plomería, gas, pintura, carpintería, cerrajería, albañilería, herrería, techista), limpieza, jardinería, aire acondicionado, and moving/hauling: mudanzas (movers) and fletes (light freight/hauling). Every listed professional is identity-verified and reviewed, with on-platform payment and dispute resolution. Each entry has a stable `slug` (used as the `service` parameter on `muovi_search_professionals` and `muovi_create_task_link`), a human-readable `name`, an optional description, and a `requires_matricula` flag indicating whether listed professionals must hold a verified professional license. Call this first when you need to map a user's natural-language request to a Muovi service slug.
muovi_search_professionals
Search for verified service professionals in Argentina by service type, city, neighborhood, verification status, minimum rating, and minimum review count. Returns a paginated list of professionals with display name, headline, ratings, verifications, and a `profile_url` that is the only sanctioned contact channel (no phone/email/whatsapp is ever returned). Use this for discovery; use `muovi_get_professional` for the full detail payload.

Endpoints

URLTransportStateLatencyChecked
https://mcp.muovi.com.ar/ streamable-http answering 914 ms 11 min ago

Alternatives to Com

same job, measured the same way
DevTime
by shakargy

Local-first, read-only MCP server for evidence-backed repository memory.

338 installs/wk local only
GST Cranes Public Discovery MCP
by gkmex75

Public read-only discovery tools for GST Cranes marketplace, wanted ads, and Crane Wiki.

39 installs/wk local only
Persome
by intuition-lab

Local-first personal memory and model server for trusted MCP agents on macOS.

110 installs/wk local only
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

31 installs/wk local only
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

104 installs/wk local only
Caelune
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
DealWatch
by xiaojiou176-open

Local-first grocery price intelligence with a read-only MCP server.

37 installs/wk local only
AgentLux
by agentlux

Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

79 tools answering

Com — questions

Answers built from our own checks of this server.

What can Com do?
It exposes 6 tools, read directly from the server on our last check. Among them: muovi_create_task_link, muovi_get_professional, muovi_get_reviews, muovi_list_cities, muovi_list_services, muovi_search_professionals. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Com working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 40 of 91 checks got a reply (44.0%), average response time 737 ms. The bar chart above shows every period we have measured.
How do I connect Com?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Com need an API key?
No. Com completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Com?
It answers our handshake in 737 ms on average, which is faster than 12% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Com?
The npm package @muovi/mcp-server was installed 131 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Com open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.