Servicialo MCP Server
Rank #12,149io.github.danioni/servicialo
Open protocol for professional service delivery via AI agents
Servicialo MCP Server is a Model Context Protocol (MCP) server published by servicialo. It ranks #12,149 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Servicialo MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Jan 2, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 119,897 of 132,046 servers on MCP Toplist.
Use Servicialo MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http servicialo https://coordinalo.com/api/mcpclaude mcp add servicialo -- npx -y @servicialo/mcp-server[mcp_servers.servicialo]
url = "https://coordinalo.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.servicialo]
command = "npx"
args = ["-y", "@servicialo/mcp-server"]Add to ~/.codex/config.toml.
https://coordinalo.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"servicialo": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"servicialo": {
"url": "https://coordinalo.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"servicialo": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"servicialo": {
"type": "http",
"url": "https://coordinalo.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"servicialo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"servicialo": {
"serverUrl": "https://coordinalo.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"servicialo": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"servicialo": {
"url": "https://coordinalo.com/api/mcp"
}
}
}{
"mcpServers": {
"servicialo": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.danioni%2Fservicialo)<a href="https://mcptoplist.com/server/io.github.danioni%2Fservicialo"><img src="https://mcptoplist.com/badge/io.github.danioni%2Fservicialo.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
servicialo
Available versions (4)
| Version | Published |
|---|---|
| 0.9.1 | Jul 25, 2026 |
| 0.7.0 | Mar 10, 2026 |
| 0.5.2 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Servicialo MCP Server?
- Servicialo MCP Server is maintained by servicialo, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Servicialo MCP Server listed on the Official MCP Registry?
- Yes — Servicialo MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Servicialo MCP Server have?
- MCP Toplist tracks 4 versions of Servicialo MCP Server, most recently published on Jul 25, 2026.
- Where can I find the source code for Servicialo MCP Server?
- The source code for Servicialo MCP Server is hosted at github.com/servicialo/servicialo.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.