# Tpscheck — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/tpscheck ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tpscheck?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/tpscheck/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tpscheck/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/tpscheck/skill.md Postman collection (v2.1): https://mcp.ai/tpscheck/postman.json ## Tools - tpscheck_check_phone_number(check_tps?: boolean, check_ctps?: boolean, no_logging?: boolean, phone_numbers: string[], return_date_added?: boolean, return_prettier_numbers?: boolean) — 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. ## Example prompts - "What can I do in Tpscheck?" - "Show me a summary of my Tpscheck account" ## Links Docs: https://mcp.ai/docs/mcps/tpscheck Website: https://mcp.ai/mcps/tpscheck