Accordo
Rank #2,806io.github.khaoss85/agent-crm
Read-only docs for the Accordo CRM framework: what it proves, and where it stops.
Accordo is a Model Context Protocol (MCP) server published by khaoss85. It ranks #2,806 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Accordo is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 8, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 112,785 of 115,591 servers on MCP Toplist.
Use Accordo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-crm https://accordo.dev/api/mcp[mcp_servers.agent-crm]
url = "https://accordo.dev/api/mcp"Add to ~/.codex/config.toml.
https://accordo.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-crm": {
"url": "https://accordo.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-crm": {
"type": "http",
"url": "https://accordo.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-crm": {
"serverUrl": "https://accordo.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-crm": {
"url": "https://accordo.dev/api/mcp"
}
}
}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.khaoss85%2Fagent-crm)<a href="https://mcptoplist.com/server/io.github.khaoss85%2Fagent-crm"><img src="https://mcptoplist.com/badge/io.github.khaoss85%2Fagent-crm.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
khaoss85
Other servers by khaoss85
View all khaoss85 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Accordo?
- Accordo is maintained by khaoss85, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Accordo listed on the Official MCP Registry?
- Yes — Accordo is listed on the Official MCP Registry, alongside Glama.
- How many versions does Accordo have?
- MCP Toplist tracks 1 version of Accordo, most recently published on Aug 19, 2026.
- Where can I find the source code for Accordo?
- The source code for Accordo is hosted at github.com/khaoss85/agent-crm.