← Back to Plugins
MCP Server MCP

io.prospeo/prospeo-mcp-server

github By github 👁 3 views ▲ 0 votes

Prospeo: Find, search, and enrich people and companies with verified emails and mobile numbers.

Homepage Verified source GitHub

Install

npx -y @prospeo/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.prospeo.io",
      "headers": [
        {
          "description": "Prospeo API key. Alternative to OAuth for clients that don't support it. Get one at https://app.prospeo.io/api",
          "format": "string",
          "isSecret": true,
          "name": "X-KEY"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@prospeo/prospeo-mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Prospeo API key. Get one at https://app.prospeo.io/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROSPEO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...