{
  "markdown": "## BounceProtect MCP Server\n\nValidate email addresses directly from Claude, Cursor, or any MCP-compatible AI assistant.\n\n## Tools available\n- validate_email — validate a single email\n- validate_emails_bulk — validate up to 100 emails at once\n- check_credits — check your credit balance\n\n## Setup\n\n### Get your API key\n1. Sign up at https://bounceprotect.com\n2. Go to Dashboard → API Keys\n3. Create a new key\n\n### Install and configure\n\n#### Claude Desktop\nAdd to your claude_desktop_config.json:\n```json\n{\n  \"mcpServers\": {\n    \"bounceprotect\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/mcp-server/index.js\"],\n      \"env\": {\n        \"BOUNCEPROTECT_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n#### Cursor\nAdd to your Cursor MCP settings:\n```json\n{\n  \"bounceprotect\": {\n    \"command\": \"node\",\n    \"args\": [\"/path/to/mcp-server/index.js\"],\n    \"env\": {\n      \"BOUNCEPROTECT_API_KEY\": \"your-api-key-here\"\n    }\n  }\n}\n```\n\n## Example usage\n\nOnce configured, you can ask your AI assistant:\n- \"Validate the email john@acmecorp.com\"\n- \"Check if these 5 emails are valid: [list]\"\n- \"How many BounceProtect credits do I have left?\"\n- \"Validate all the emails in this list and tell me which ones to remove\"\n\n## Pricing\nEach email validation costs 1 credit. Start with 100 free credits at bounceprotect.com.\n",
  "bytes": 1317,
  "sha": "e3bdd33b8456ce719d9160388871d6340dd0f191cc48dd528503a2c2f52e0b84",
  "repo_slug": "bounceprotect/bounceprotect-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fahassan00_bounceprotect_70b9f5a9/readme"
}