# Tpscheck — how to use (mcp.ai)

Connect your Tpscheck account and use 1 tools for marketing automation straight from your AI agent. Connect with your own API key. TPSCheck is a service that verifies in real-time if a phone number is registered with the UK's Telephone Preference Service (TPS) or Corporate Telephone Preference Service (CTPS), providing insights on validity, location, type, and provider of the number.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_tpscheck?ms=1787291220000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `tpscheck_check_phone_number`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/tpscheck`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/tpscheck/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/tpscheck/check/phone/number` — Checks if one or more UK phone numbers are registered on the Telephone Preference Service (TPS) and/or Corporate Telephone Preference Service (CTPS) lists using the tpsapi.com API.
  - body: { check_tps?: boolean, check_ctps?: boolean, no_logging?: boolean, phone_numbers: string[], return_date_added?: boolean, return_prettier_numbers?: boolean }

## Example prompts
- "What can I do in Tpscheck?"
- "Show me a summary of my Tpscheck account"

## More
- Page: https://mcp.ai/tpscheck
- Agent spec (llms.txt): https://mcp.ai/tpscheck/llms.txt
- Postman collection: https://mcp.ai/tpscheck/postman.json
