Servicialo — Open Protocol for AI-Coordinated Services
@servicialo
About Servicialo — Open Protocol for AI-Coordinated Services
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"servicialo": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server@latest"
],
"env": {
"SERVICIALO_API_KEY": "<tu_api_key>",
"SERVICIALO_ORG_ID": "<tu_org_slug>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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_lookupandresolve_search. - Discover availability and services via
registry_searchandscheduling_check_availability. - Commit to bookings with
clients_get_or_create,scheduling_book, andscheduling_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.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments