A powerful, API-first CRM platform. Manage relationships, deals, and pipelines with a beautiful UI, robust CLI, or your favorite AI agent.
Manage organizations, contacts, and deals with an intuitive pipeline view designed for efficiency.
Full-featured CLI tool rfctl allows you to script and automate your CRM workflows
directly from the terminal.
Built-in Model Context Protocol (MCP) server. Connect Claude, ChatGPT, or other agents directly to your CRM data.
RecordForm exposes a comprehensive REST/OpenAPI specification and a native MCP server implementation. Whether you are building custom integrations or using AI agents, we have you covered.
// Connect with MCP
{
"mcpServers": {
"RecordForm": {
"remoteUrl": "https://recordform.com/mcp"
}
}
}