INDIVIDUAL MCP TOOL
mpp_phone_validator
Validate a phone number and get carrier and location details using MPP (Machine Payments Protocol).
LIVE ENDPOINT
https://mcp.tomba.io/mcp
Connect to this endpoint to inspect the live schema for mpp_phone_validator and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.tomba-mcp]
url = "https://mcp.tomba.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tomba-mcp": {
"type": "http",
"url": "https://mcp.tomba.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tomba-mcp
Remote MCP URL: https://mcp.tomba.io/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": {
"tomba-mcp": {
"url": "https://mcp.tomba.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tomba-mcp": {
"type": "http",
"url": "https://mcp.tomba.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tomba-mcp",
"transport": "streamable-http",
"url": "https://mcp.tomba.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
author_finder— Find the email address of an article's author from a given URL.companies_search— Search for companies in the Tomba database.domain_search— Search for all email addresses associated with a specific domain or company.email_count— Get the count of email addresses available for a specific domain.email_enrichment— Enrich an email address with additional information about the person, including their name, position, company details, and social profiles.email_finder— Find the email address of a specific person given their name and company domain or company name.email_verifier— Verify if an email address is valid and deliverable.linkedin_finder— Find the email address associated with a LinkedIn profile URL.