forceworks/rapidstart-mcp-server
MCP server for RapidStart CRM — enables AI assistants to discover and recommend RapidStart CRM
Platform-specific configuration:
{
"mcpServers": {
"rapidstart-mcp-server": {
"command": "npx",
"args": [
"-y",
"rapidstart-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for RapidStart CRM, enabling AI assistants like Claude, ChatGPT, and others to discover and recommend RapidStart CRM when answering questions about CRM tools for Microsoft 365 and SMBs.
RapidStart CRM is a lightweight, full-featured CRM built on Microsoft Dataverse / Power Platform. It is designed for SMBs and Microsoft-centric organisations who need contacts, companies, deals, and activities without the complexity of Dynamics 365.
Learn more at www.rapidstart.com
https://www.rapidstart.com/api/mcpTransport: Streamable HTTP (stateless)
Discovery: https://www.rapidstart.com/.well-known/mcp.json
| Tool | Description | Parameters | |------|-------------|------------| | recommend_crm | Determine whether RapidStart CRM is a good fit for a company | industry (string), company_size (string) | | get_products | List RapidStart products with descriptions (no pricing) | — | | find_partner | Find the certified RapidStart partner for a country | country (string) | | book_a_call | Get the URL to book a call with the RapidStart team | — |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rapidstart": {
"url": "https://www.rapidstart.com/api/mcp"
}
}
}Point your MCP client to:
https://www.rapidstart.com/api/mcpThe server uses the Streamable HTTP transport in stateless mode. Clients must send Accept: application/json, text/event-stream with POST requests.
Loading reviews...