Prosp MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Prosp MCP Serveradd a new lead to my 'Hiring' campaign"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Prosp MCP Server
MCP server for Prosp.ai LinkedIn outreach automation. Manage leads, campaigns, messaging, and analytics programmatically via the Model Context Protocol.
Tools (17)
Leads (8 tools)
Tool | Description | Type |
| Add a lead to a contact list and campaign | write |
| Add a lead to a contact list only | write |
| Add an existing lead to a campaign | write |
| Remove a lead from a campaign | destructive |
| Permanently delete a lead from workspace | destructive |
| Get all leads in a campaign | read-only |
| Get current stage of a lead in a campaign | read-only |
| Verify API key and connectivity | read-only |
Campaigns (5 tools)
Tool | Description | Type |
| List all campaigns in workspace | read-only |
| Get status of a campaign | read-only |
| Start a campaign | write |
| Stop a running campaign | destructive |
| Get analytics for campaign or workspace | read-only |
Messaging (3 tools)
Tool | Description | Type |
| Send a LinkedIn message to a profile | write |
| Send a LinkedIn voice message | write |
| Get conversation history with a lead | read-only |
System (1 tool)
Tool | Description | Type |
| Server version, config, loaded tools | read-only |
Related MCP server: LinkedIn MCP Server
Setup
Environment Variable
export PROSP_API_KEY="your-api-key-here"Get your API key from Prosp Settings.
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"prosp": {
"command": "prosp-mcp",
"env": {
"PROSP_API_KEY": "your-api-key-here"
}
}
}
}Lazy Loading
Load only specific tool categories via TOOL_CATEGORIES:
{
"mcpServers": {
"prosp": {
"command": "prosp-mcp",
"env": {
"PROSP_API_KEY": "your-api-key-here",
"TOOL_CATEGORIES": "leads,campaigns"
}
}
}
}Available categories: leads, campaigns, messaging
Install
pip install prosp-mcpOr from source:
git clone https://github.com/AvolveAi/prosp-mcp.git
cd prosp-mcp
pip install -e .Development
pip install -e ".[dev]"
pytest tests/API Coverage
Wraps the Prosp API v1 endpoints:
Endpoint | Tool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: Endpoint paths are inferred from Prosp's API documentation and Zapier/Make.com integration. Some paths may need adjustment once the full OpenAPI spec is available.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AvolveAi/prosp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server