New: Agentic Integration

The CRM built for
Developers & Agents

A powerful, API-first CRM platform. Manage relationships, deals, and pipelines with a beautiful UI, robust CLI, or your favorite AI agent.

Launch App Read Docs

Everything you need

🚀

Streamlined Logic

Manage organizations, contacts, and deals with an intuitive pipeline view designed for efficiency.

âš¡

CLI Power

Full-featured CLI tool rfctl allows you to script and automate your CRM workflows directly from the terminal.

🤖

Agentic Native

Built-in Model Context Protocol (MCP) server. Connect Claude, ChatGPT, or other agents directly to your CRM data.

API First &
MCP Ready

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.

Open with Scalar

// Connect with MCP

{
  "mcpServers": {
    "RecordForm": {
      "remoteUrl": "https://recordform.com/mcp"
    }
  }
}