MCP Server
MCP
Tomba MCP Server
MCP server for Tomba email finder, verification, and contact enrichment API
Install
npx -y @tomba-io/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.tomba.io/mcp",
"headers": [
{
"description": "Bearer token: base64 encode your API key and secret as ta_key:ts_secret",
"isRequired": true,
"value": "Bearer {credentials}",
"isSecret": true,
"variables": {
"credentials": {
"description": "Base64 encoded API credentials (ta_key:ts_secret)",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@tomba-io/tomba-mcp-server",
"version": "1.10.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tomba API key (format: ta_*)",
"isRequired": true,
"isSecret": true,
"name": "TOMBA_API_KEY"
},
{
"description": "Tomba secret key (format: ts_*)",
"isRequired": true,
"isSecret": true,
"name": "TOMBA_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment