Attio MCP

Connect Attio to your AI agents using the Model Context Protocol (MCP), enabling seamless integration with attio.com's services through standardized interfaces.

  • attio.com

    Execute Attio SQL Query

    Execute a simple SQL query in Attio. Known tables include attio.people, attio.companies. Joining tables and other complex queries are not supported.
    crm
    attio
    sql
    beta
  • attio.com

    List Objects

    Get a list of all objects - e.g., People, Companies - in Attio
    attio
    object
    list
    crm
  • attio.com

    List Records

    List records in an Attio object with optional filtering and sorting
    attio
    record
    list
    crm
  • attio.com

    Get Record

    Retrieve a specific record by its ID from an Attio object
    attio
    record
    get
    crm
  • attio.com

    Create Record

    Create a new record in an Attio object
    attio
    record
    create
    crm
  • attio.com

    Update Record

    Update an existing record in an Attio object
    attio
    record
    update
    crm
  • attio.com

    Delete Record

    Delete a record from an Attio object
    attio
    record
    delete
    crm
  • attio.com

    List Notes

    List notes attached to records in Attio
    attio
    note
    list
    crm
  • attio.com

    Create Note

    Create a note attached to a record in Attio
    attio
    note
    create
    crm
  • attio.com

    Get Note

    Retrieve a specific note by its ID
    attio
    note
    get
    crm
  • attio.com

    Delete Note

    Delete a note from Attio
    attio
    note
    delete
    crm
  • attio.com

    List Tasks

    List tasks in Attio with optional filtering
    attio
    task
    list
    crm
  • attio.com

    Create Task

    Create a new task in Attio
    attio
    task
    create
    crm
  • attio.com

    Get Task

    Retrieve a specific task by its ID
    attio
    task
    get
    crm
  • attio.com

    Update Task

    Update an existing task in Attio
    attio
    task
    update
    crm
  • attio.com

    Delete Task

    Delete a task from Attio
    attio
    task
    delete
    crm
  • What is Attio MCP?

    The Model Context Protocol (MCP) is an open standard that provides a unified way for AI applications to connect with external tools and data sources. Instead of building custom integrations for every service, MCP provides a standardized interface that allows AI models to discover available tools, understand their capabilities, and execute them safely and securely.

    With Attio MCP integration, you can:

    • Dynamically discover tools: Your AI agents automatically find and understand Attio's available capabilities through the MCP server
    • Standardized integration: Use a consistent protocol instead of learning platform-specific APIs
    • Real-time capabilities: Tools are loaded and executed on-demand during conversations
    • Secure execution: Maintain proper authentication and isolation through ChatBotKit's MCP implementation
    • No custom coding: Leverage Attio's functionality without writing integration code

    How Attio MCP Works

    ChatBotKit's MCP action provides a powerful way to dynamically extend your AI agent's capabilities by loading tools from Attio's MCP server.

    Connect to MCP Server

    ChatBotKit establishes a connection to Attio API endpoints, initiating secure communication.

    Discover Available Tools

    The system automatically discovers all available Attio tools and their schemas through the MCP protocol.

    Load Tool Definitions

    Tool definitions are loaded into your conversation context, making them available to your AI agent.

    Execute Securely

    Your AI uses these tools as if they were native abilities, with secure execution and proper authentication.