← All WebMCP sites

attention.com

Productivity & Businesshttps://attention.comlisted as of 2026-08-01
Attention records your sales touchpoints across meetings, emails, calls, CRMs and more. Our AI agents that learn from that data and automates busywork: follow-ups, next steps, CRM filling, coaching…
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 54/100 (C).

Tools

book_demotransactimperative
Navigates to Attention's demo-scheduling page (powered by Default). The page opens a calendar where the user picks a time with the sales team. Optionally pre-fills a note with context (company, team size, use-case).
Input schema
{
  "type": "object",
  "properties": {
    "note": {
      "type": "string",
      "description": "Optional context (company name, use-case, team size) to pre-fill on the booking form."
    }
  },
  "additionalProperties": false
}
search_docsanswerimperative
Searches the Attention product docs and API reference by filtering the published llms.txt index at docs.attention.com/llms.txt. Returns an array of {title, url, snippet} matches. Use this before recommending doc pages to the user so citations resolve to real URLs.
Input schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search terms, e.g. 'scorecards', 'MCP server', 'Salesforce integration', 'SCIM'."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 25,
      "default": 8,
      "description": "Maximum results to return."
    }
  },
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.