# Cora Intelligence > Cora Intelligence is an AI workforce platform for B2B sales. Instead of dashboards and workflows, you have one conversation with Cora. She builds and manages a team of AI agents that find leads, write outreach, make calls, handle inbound responses, and score your pipeline. Human-in-the-loop: you approve, adjust, and stay in control. > > For developers and AI agents: Cora has a public REST API (Bearer `cora_live_` API keys, self-serve signup with no human steps) and an official MCP (Model Context Protocol) server at https://www.cora-intelligence.com/api/mcp. Build for free; subscribe to send real outreach. ## Product - [Home](https://www.cora-intelligence.com/): Overview of the platform, what it does, who it's for, and how it works - [Pricing](https://www.cora-intelligence.com/pricing): Plans and pricing details - [Pricing (plain text)](https://www.cora-intelligence.com/pricing.md): Plans, credit costs and billing as plain-text Markdown tables — agent-readable, no login, no JavaScript - [For Agents](https://www.cora-intelligence.com/for-agents): Programmatic sign-up and API quickstart for AI agents - [Blog](https://www.cora-intelligence.com/blog): Product updates and insights - [Case Studies](https://www.cora-intelligence.com/case-studies): Real customer results and outcomes ## Use Cases - [Cleaning Companies](https://www.cora-intelligence.com/use-cases/cleaning-companies): Automated lead generation and cold calling for facility services - [Real Estate](https://www.cora-intelligence.com/use-cases/real-estate): Instant inbound lead response and viewing booking - [B2B SaaS](https://www.cora-intelligence.com/use-cases/b2b-saas): Inbound qualification and demo booking at scale - [Research Firms](https://www.cora-intelligence.com/use-cases/research-firms): Recruiting and screening participants for studies and panels ## Company - [About Us](https://www.cora-intelligence.com/about-us): Founded by Milan Wiegard. Mission: bridging the gap between the industrial age and the digital age. ## API / For Agents Yes, Cora has a public REST API and an official MCP server. Public, no-auth discovery endpoints are listed first; the rest require a `cora_live_` API key (Bearer auth). - [API docs](https://www.cora-intelligence.com/docs/api): Human-readable developer documentation for the Cora API and MCP server - [API reference (markdown)](https://www.cora-intelligence.com/api/v1/docs): Full API reference as raw markdown — public, no auth - [API index](https://www.cora-intelligence.com/api/v1): Machine-readable index of every endpoint and tool — public, no auth - [MCP server](https://www.cora-intelligence.com/api/mcp): Official MCP server (Streamable HTTP, OAuth). Every API endpoint maps 1:1 to an MCP tool. Connect with `claude mcp add --transport http cora https://www.cora-intelligence.com/api/mcp`, or run the package `npx -y @cora-intelligence/cli cora-mcp`. - [MCP server card](https://www.cora-intelligence.com/.well-known/mcp): Machine-readable JSON describing the MCP server — public, no auth - [Get an API key](https://www.cora-intelligence.com/for-agents): Self-serve signup. POST to https://www.cora-intelligence.com/api/v1/signup with an email and company name (rate-limited, no auth) to get a `cora_live_` key instantly - [OAuth metadata](https://www.cora-intelligence.com/.well-known/oauth-authorization-server): OAuth 2.1 authorization server metadata (for the MCP connector) - Billing plans + checkout (`/api/v1/billing/plans`, `/api/v1/billing/checkout`): subscribe to send real outreach — requires API key - Leads, agents, outreach (calls/emails), stats (`/api/v1/leads`, `/api/v1/agents`, `/api/v1/outreach/*`, `/api/v1/stats`): the working endpoints — require API key