MCP.so
Sign In
Servers

Servicialo — Open Protocol for AI-Coordinated Services

@servicialo

Open standard for professional service delivery. Defines how any AI agent can discover, schedule, verify, and bill professional services across any compatible platform — without custom integrations.

Overview

What is Servicialo — Open Protocol for AI-Coordinated Services?

Servicialo is an open protocol that defines how AI agents discover, schedule, verify, and bill professional services across any compatible platform, without custom integrations.

How to use Servicialo — Open Protocol for AI-Coordinated Services?

Configure the MCP server in your client with the command npx -y @servicialo/mcp-server@latest and set the environment variables SERVICIALO_API_KEY (your API key) and SERVICIALO_ORG_ID (your organization slug). Credentials are obtained from a Servicialo-compatible platform; the reference implementation is Coordinalo.

Key features of Servicialo — Open Protocol for AI-Coordinated Services

  • 33 tools across 7 phases of service coordination.
  • Resolve endpoints with resolve_lookup and resolve_search.
  • Discover availability and services via registry_search and scheduling_check_availability.
  • Commit to bookings with clients_get_or_create, scheduling_book, and scheduling_confirm.
  • Manage lifecycle with state transitions, rescheduling, and cancellation.
  • Deliver evidence with check-in, check-out, and recording evidence.
  • Close billing and payments with sale creation and payment recording.

Use cases of Servicialo — Open Protocol for AI-Coordinated Services

  • An AI agent finds and books a professional service (e.g., a plumber) using scheduling tools.
  • An agent verifies service delivery through evidence recording tools.
  • Automated billing and payment processing after service completion.
  • Rescheduling or canceling a booked service through lifecycle management tools.
  • Searching for available services across multiple platforms using registry tools.

FAQ from Servicialo — Open Protocol for AI-Coordinated Services

How do I get credentials for the server?

Credentials (SERVICIALO_API_KEY and SERVICIALO_ORG_ID) are obtained from a Servicialo-compatible platform. The reference implementation is Coordinalo (https://coordinalo.com).

What is the runtime requirement?

The server runs via npx with Node.js; the specific Node version is not stated but the command npx presumes a standard Node.js environment.

Where does the protocol specification live?

The protocol specification is available at https://servicialo.com/spec. The GitHub repository is https://github.com/servicialo/mcp-server and the npm package is at https://npmjs.com/package/@servicialo/mcp-server.

Which transport or authentication is used?

The README only specifies environment variables for API key and org ID; no transport layer (e.g., STDIO, HTTP) or authentication details beyond the key are described.

Are there any known limits?

The README does not mention any limits on service scale, concurrency, or geographic availability.

Tags

More from Other