Byteplant Mcp

Created By
byteplant-dev5 months ago
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
Overview

What is Byteplant MCP?

Byteplant MCP is a server that provides real-time validation services for email addresses, phone numbers, and postal addresses using Byteplant's APIs.

How to use Byteplant MCP?

To use Byteplant MCP, install the Python module and configure it with your Byteplant API keys for email, phone, and address validation. You can then integrate it with any MCP-compatible client like Claude Desktop.

Key features of Byteplant MCP?

  • Real-time email validation
  • Real-time phone number validation
  • Real-time address validation
  • Fast and efficient MCP server
  • Easy integration with existing applications

Use cases of Byteplant MCP?

  1. Validating user input in web forms to ensure data accuracy.
  2. Enhancing customer relationship management (CRM) systems with accurate contact information.
  3. Improving marketing campaigns by ensuring valid email addresses and phone numbers.

FAQ from Byteplant MCP?

  • What APIs does Byteplant MCP use?

Byteplant MCP uses the Email Validator, Phone Validator, and Address Validator APIs from Byteplant.

  • Do I need an API key to use Byteplant MCP?

Yes, you need a separate API key for each validation service you wish to use.

  • Is Byteplant MCP suitable for production use?

Yes, Byteplant MCP is designed for real-time validation and can be used in production environments.

Server Config

{
  "mcpServers": {
    "byteplant": {
      "command": "path/to/python/installation",
      "args": [
        "-m",
        "byteplant-mcp"
      ],
      "env": {
        "EV_TOKEN": "<EMAIL VALIDATOR API TOKEN>",
        "PV_TOKEN": "<PHONE VALIDATOR API TOKEN>",
        "AV_TOKEN": "<ADDRESS VALIDATOR API TOKEN>"
      }
    }
  }
}
Project Info
Created At
5 months ago
Updated At
4 months ago
Author Name
byteplant-dev
Star
-
Language
-
License
-

Recommend Servers

View All
Hellogrowthcrm

2 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago
Payai X402 Tools

11 hours ago