# Tomba — MCP server on mcp.ai > Connect your Tomba account and use 10 tools for sales and CRM straight from your AI agent. Connect with your own API key. Tomba is an Email Finder for B2B sales and email marketing. By: mcp.ai · official Page: https://mcp.ai/tomba ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tomba?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/tomba/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tomba/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/tomba/skill.md Postman collection (v2.1): https://mcp.ai/tomba/postman.json ## Tools - tomba_attributes_list() — Retrieves all custom lead attributes defined in your Tomba account. Use this action to discover the available attributes that can be used when creating or updating leads. Returns attribute metadata in - tomba_domain_status(domain: string) — Tool to check if a domain is webmail or disposable. Use when validating email deliverability constraints. - tomba_keys_delete(key_id: string) — Tool to delete an API key by its numeric ID. Use when you need to permanently revoke an API key before its expiration. Note: You can get the numeric key ID from the TOMBA_KEYS_LIST action. - tomba_keys_list() — Tool to list all API keys. Use when you want to retrieve information about your existing Tomba API keys. - tomba_leads_create(city?: string, tags?: string[], email: string, phone?: string, state?: string, company?: string, country?: string, twitter?: string, website?: string, linkedin?: string, position?: string, last_name?: string, first_name: string) — Create a new lead in Tomba's lead database. Use this to store contact information for a person you want to track. Returns the unique ID of the created lead. Required fields: first_name, email. All oth - tomba_leads_list(page?: integer, limit?: integer) — Tool to list all leads. Use when you need to retrieve and paginate your leads list. - tomba_lists_delete(id: string) — Tool to delete a leads list by ID. Use when you need to permanently remove a list after confirming its ID. - tomba_lists_list(page?: integer, limit?: integer) — Tool to list all lead lists. Use when you need to retrieve and paginate your lead lists. - tomba_lists_update(id: string, name: string) — Tool to update a leads list's name by ID. Use when renaming an existing list after obtaining its ID. - tomba_usage_stats() — Tool to get API usage statistics. Use when you need to monitor account usage and avoid hitting limits. ## Example prompts - "What can I do in Tomba?" - "Show me a summary of my Tomba account" ## Links Docs: https://mcp.ai/docs/mcps/tomba Website: https://mcp.ai/mcps/tomba