Getting Started
What is peeps?
What is peeps?
peeps is a B2B SaaS platform that gives your AI assistant access to your people and contact data via the Model Context Protocol (MCP). Connect once and your AI can search contacts, look up people, and find organization details — all without leaving your chat interface.
What AI clients does peeps support?
What AI clients does peeps support?
peeps works with any MCP-compatible client. This includes:
- Claude Desktop (macOS and Windows)
- Cursor
- Any agent framework that supports MCP over stdio or HTTP/SSE transport
Do I need to install anything?
Do I need to install anything?
It depends on how you connect:
-
Local clients (Claude Desktop, Cursor): You need Node.js 18 or later. You can then run the server on demand with
npx— no separate install step required: -
Remote or cloud agents: Connect directly to
https://mcp.peeps.ai/sseusing your API key. No local installation needed.
Data & Security
Where is my people data stored?
Where is my people data stored?
Your data is stored securely in the peeps cloud. The MCP server retrieves data in real time when your AI assistant makes a tool call — nothing is cached locally on your machine.
How are API keys secured?
How are API keys secured?
API keys are hashed and stored securely — the raw key value is never retained after creation. You can revoke any key at any time from the peeps dashboard.
Features & Limits
What data can the peeps MCP server access?
What data can the peeps MCP server access?
The peeps MCP server can search and retrieve:
- People records — name, email address, job title, phone number, and LinkedIn profile
- Organization records — company name, domain, and related metadata
- Workspace contacts — the contacts synced to your peeps workspace
Are there rate limits?
Are there rate limits?
Yes. Specific rate limits depend on your plan. If you exceed your limit, the server returns a
429 Too Many Requests error. Wait a moment and retry the request.If you consistently hit rate limits and need higher throughput, contact support@peeps.ai to discuss your options.Can I use peeps with multiple AI clients at the same time?
Can I use peeps with multiple AI clients at the same time?
Yes. You can configure peeps in Claude Desktop, Cursor, and other MCP-compatible clients simultaneously. All clients can use the same API key — each will make independent requests to the peeps server.
Billing & Plans
Is there a free plan?
Is there a free plan?
Yes, peeps offers a free tier so you can get started without a credit card. Visit app.peeps.ai to see the current plan options and what’s included in each tier.
How do I cancel or change my plan?
How do I cancel or change my plan?
You can upgrade, downgrade, or cancel your subscription at any time from the Billing section of the peeps dashboard at app.peeps.ai. Changes take effect at the start of your next billing cycle.
Have a specific error? Check the troubleshooting guide.
Step-by-step solutions for the most common issues when connecting the peeps MCP server to your AI client.