An AI agent in sales is a language model given a goal, a set of tools it can call, and permission to take several steps in a row without a human approving each one. The tools are what make it an agent: without them it is a chatbot that can only produce text.
Three things get called agents and only one of them is. A chatbot answers in text. A workflow runs a fixed sequence somebody drew in advance, and it does the same thing every time. An agent decides which tool to call next based on what the last call returned, which is useful precisely because the path was not decided in advance and risky for the same reason.
In sales the loop usually looks like this: read a trigger, research the account, find the right person, find a way to reach them, draft something specific, send it, write what happened back to the CRM. Seven steps, and every one of them is a call into a different vendor's system. The agent is the easy part. The seven doors are the hard part.
Across 293 tools, 165 are callable through MCP and 117 are reachable by one person without a contract. By job, the loop above currently looks like this:
| Step | Job | Tools tagged | Official MCP | Solo reachable |
|---|---|---|---|---|
| Research the account | research an account before a call | 17 | 10 | 7 |
| Find the person | search people by criteria | 24 | 15 | 15 |
| Get a work email | find a work email address | 29 | 22 | 22 |
| Check it is deliverable | verify an email is deliverable | 15 | 11 | 14 |
| Draft the message | draft personalized outreach | 51 | 23 | 23 |
| Send the sequence | run an email sequence | 45 | 22 | 21 |
| Write it back to the CRM | write crm records | 28 | 17 | 14 |
Counted 2026-08-25. Official MCP counts entries, and an entry can be cross listed in a second category, which is why these numbers are entry counts rather than product counts.
Nobody has run these tools for this directory. 0 are bench tested. Every number above says a vendor documents a capability and a server was found, not that the chain works end to end when you wire it together at two in the morning.
Every number on this page is generated from directory.json at build time and carries the date it was baked: 2026-08-25. Nothing is typed by hand, nothing is rounded, and nothing is estimated. The underlying data is published in full. Where the honest answer is a zero, the zero is printed.