A

attio.com

AI-native CRM with WebMCP tools for pricing, newsletter signup, and the startups program.

1read
2action
https://attio.com

live · Productivity & Work · JSON · API for agents

Tools 3 tools (across 2 pages)

page: /
view_pricingread

View Attio's pricing plans and compare features across tiers including Free, Plus, Pro, and Enterprise.

View tool JSON
{
  "name": "view_pricing",
  "kind": "read",
  "impl": "imperative",
  "description": "View Attio's pricing plans and compare features across tiers including Free, Plus, Pro, and Enterprise.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
subscribe_newsletteraction

Subscribe to Attio product updates and newsletters with a work email address

View tool JSON
{
  "name": "subscribe_newsletter",
  "kind": "action",
  "impl": "declarative",
  "description": "Subscribe to Attio product updates and newsletters with a work email address",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Your email address"
      }
    }
  },
  "page": "/"
}
page: /startups
apply_startups_programaction

Apply to the Attio for Startups program by submitting company details including funding stage, team size, and use case

View tool JSON
{
  "name": "apply_startups_program",
  "kind": "action",
  "impl": "declarative",
  "description": "Apply to the Attio for Startups program by submitting company details including funding stage, team size, and use case",
  "inputSchema": {
    "type": "object",
    "properties": {
      "firstName": {
        "type": "string",
        "description": "e.g. Julia"
      },
      "lastName": {
        "type": "string",
        "description": "e.g. Arowa"
      },
      "companyEmail": {
        "type": "string",
        "description": "e.g. [email protected]"
      },
      "yearFounded": {
        "type": "string",
        "enum": [
          "2017",
          "2018",
          "2019",
          "2020",
          "2021",
          "2022",
          "2023",
          "2024",
          "2025",
          "2026"
        ]
      },
      "latestFundingRound": {
        "type": "string",
        "enum": [
          "Pre-seed",
          "Seed",
          "Series A",
          "Series B"
        ]
      },
      "totalAmountRaised": {
        "type": "string",
        "enum": [
          "$0 to $500k",
          "$500k to $1M",
          "$1M to $2.5M",
          "$2.5M to $5M",
          "$5M to $7.5M",
          "$7.5M+"
        ]
      },
      "teamSize": {
        "type": "string",
        "enum": [
          "1 to 5",
          "6 to 10",
          "11 to 20",
          "21 to 50",
          "51 to 100",
          "101+"
        ]
      },
      "useCase": {
        "type": "string",
        "description": "What will you use Attio for?"
      }
    }
  },
  "page": "/startups"
}