SeldonFrame
Rank #1,268io.github.seldonframe/seldonframe-mcp
Open-source agency CRM platform with MCP-native client management, booking, intake forms, and AI chatbots.
SeldonFrame is a Model Context Protocol (MCP) server published by seldonframe. It ranks #1,268 of 76,851 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. SeldonFrame is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Mar 26, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 75,583 of 76,851 servers on MCP Toplist.
Use SeldonFrame
Add SeldonFrame to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"seldonframe-mcp": {
"url": "https://mcp.seldonframe.com/v1"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"seldonframe-mcp": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
],
"env": {
"SELDONFRAME_API_KEY": "<your SELDONFRAME_API_KEY>",
"SELDONFRAME_API_URL": "<your SELDONFRAME_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
seldonframe
Available versions (1)
| Version | Published |
|---|---|
| 1.45.1 | May 13, 2026 |
Frequently asked questions
- Who maintains SeldonFrame?
- SeldonFrame is maintained by seldonframe, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SeldonFrame listed on the Official MCP Registry?
- Yes — SeldonFrame is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does SeldonFrame have?
- MCP Toplist tracks 1 version of SeldonFrame, most recently published on May 13, 2026.
- Where can I find the source code for SeldonFrame?
- The source code for SeldonFrame is hosted at github.com/seldonframe/seldonframe.