Serversio.prospeo/prospeo-mcp-server
S

io.prospeo/prospeo-mcp-server

io.prospeo/prospeo-mcp-server · v1.0.3
▦ npm
v1.0.3npm npm: @prospeo/prospeo-mcp-server🌐 https://mcp.prospeo.io↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.prospeo/prospeo-mcp-server",
  "description": "Prospeo: Find, search, and enrich people and companies with verified emails and mobile numbers.",
  "repository": {
    "url": "https://github.com/prospeo-v2/prospeo-mcp-server",
    "source": "github"
  },
  "version": "1.0.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@prospeo/prospeo-mcp-server",
      "version": "1.0.3",
      "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"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}