MCP.so
登录

Servicialo — Open Protocol for AI-Coordinated Services

@servicialo

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

servicialo

提交者

danioni

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "servicialo": {
      "command": "npx",
      "args": [
        "-y",
        "@servicialo/mcp-server@latest"
      ],
      "env": {
        "SERVICIALO_API_KEY": "<tu_api_key>",
        "SERVICIALO_ORG_ID": "<tu_org_slug>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器