← peoplesearch.im

INDIVIDUAL MCP TOOL

check_credits

Return the current credit balance for the API key making the request.

peoplesearch.imnone authenticationAvailability not checked

LIVE ENDPOINT

https://peoplesearch.im/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_credits and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

peoplesearch.im

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.peoplesearch-im]
url = "https://peoplesearch.im/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "peoplesearch-im": {
      "type": "http",
      "url": "https://peoplesearch.im/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: peoplesearch-im
Remote MCP URL: https://peoplesearch.im/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "peoplesearch-im": {
      "url": "https://peoplesearch.im/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "peoplesearch-im": {
      "type": "http",
      "url": "https://peoplesearch.im/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "peoplesearch-im",
  "transport": "streamable-http",
  "url": "https://peoplesearch.im/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • people_search — Search a global professional database in plain English (for example 'Heads of Marketing at Series B SaaS in New York') and get a sample of matching people plus the true total match count.
  • reveal_profile — Unlock ONE person from a people_search result.
  • find_people — The list-building tool.
  • fetch_email — Look up the verified professional (work) email for a person you have already unlocked with find_people (or reveal_profile).
  • verify_email — Check whether an email address exists and is safe to send to, before it bounces.
  • find_company_emails — Given a company domain or name, return the contactable role-based email addresses discovered for that organization (such as contact@, sales@, support@), each with a confidence level.
  • reverse_email_lookup — Turn a professional email address into the real person behind it and their LinkedIn profile.
  • find_linkedin_profile — Find the LinkedIn profile URL for a named person.