tpg-telecom-mcp.yml
TPG Telecom publishes no Model Context Protocol server, and none is listed in the official MCP registry or in the Messaging Hub help centre. One live finding is worth recording: the API gateway at api.messaging.tpgtelecom.com.au routes an /mcp prefix and answers it with 401 Unauthorized, while unrouted paths on the same host answer 404 — so something is mounted there behind credentials. Anonymous tools/list is rejected, so no tool schema could be read and the route is NOT claimed here as a confirmed MCP server. The candidate tool set below is DERIVED from the 18 real operations in TPG's published Contacts Management API Blueprint as a proposal for an agent-facing surface; it is not published by TPG Telecom.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
create_contact— Create a contact with one or more channels, optionally assigning lists and custom field values.get_contact— Retrieve a single contact by id.update_contact— Update a contact's details, channels, lists or custom field values.delete_contact— Delete a contact.retrieve_contacts— Page through contacts, filtered by list, contact id, channel id, channel type or subscription state.create_list— Create a contact list.get_list— Retrieve a single list by id.update_list— Rename a list or change its alias.delete_list— Delete a list.retrieve_lists— Page through lists, filtered by id, alias or name.add_contact_to_list— Add one contact to a list.remove_contact_from_list— Remove one contact from a list.bulk_update_list_membership— Add and remove multiple contacts to/from a list in one call.create_custom_field— Define an account-level custom field (label, mergeTag, type, maxLength).get_custom_field— Retrieve a custom field definition by id.update_custom_field— Update a custom field definition.delete_custom_field— Delete a custom field definition.retrieve_custom_fields— Page through custom field definitions, filtered by id, label or mergeTag.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.