Every capability on the platform — lead generation, CRM, AI calling, content, and recruiting — is a clean REST endpoint and a Model Context Protocol (MCP) server. 246 tools your agents can call, on one credit wallet, at the same rate for humans and agents.
app.d50.ai/api/mcp.Most "AI platforms" are a model and a prompt box — they can talk, but they can't do. D50 is the body: a single API where an agent can actually find a customer, call them, log the deal, make the follow-up video, and book the meeting — then bill it all from one wallet. Same 246 tools whether a human clicks them in the app or an agent calls them over MCP.
Create an API key in the app (app.d50.ai → Settings → API keys), then call any tool over REST:
# Find 25 SaaS companies in the UAE and reveal contacts
curl https://app.d50.ai/api/v1/leads/search \
-H "Authorization: Bearer d50_live_…" \
-H "Content-Type: application/json" \
-d '{"industry":"saas","country":"AE","limit":25}'
…or point an MCP client at https://app.d50.ai/api/mcp and let your agent discover all 246 tools automatically. See the MCP guide and the REST reference.