Skip to Content
Quick Start

Quick Start

Get the MCP server running in under two minutes. You need Node.js 18+ and a Prospeo API key (get one here ).

Hosted Server

Connect any MCP-compatible client directly to the hosted server — no installation needed:

Server URL: https://mcp.prospeo.io

Works with Claude.ai, Claude Desktop, and any MCP client that supports remote servers. Authentication is handled via OAuth (automatic or manual credentials) or by passing your API key in the X-KEY header.

Local Server

For local MCP clients, run the server as a subprocess.

claude mcp add prospeo \ --env PROSPEO_API_KEY=your_api_key_here \ -- npx -y @prospeo/prospeo-mcp-server

Verify it works: Ask your AI “Check my Prospeo account credits”. It should call get_account_info and display your plan details.

Last updated on