Add disposable phone check to your app
Let your agent flag burner numbers. Call it as an MCP tool to check whether a phone is a known disposable or temporary number. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Disposable Phone Check Skill — exactly what your agent gets back when it makes the call.
{
"phone": "+12085813945"
}Enable Disposable Phone Check so your app can add disposable phone check to your app before it stores or acts on input — one skill, no separate validation service to run.
Over MCP, your model can call disposablephone to check an input is real and safe before it takes an action, closing off a common failure mode.
Call Disposable Phone Check over REST from any backend to add disposable phone check to your app inline in your pipeline, using the same key as every other skill.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
disposablephoneCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/disposablephoneHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing