Add the endpoint.
Give your MCP client the remote server address below. It discovers Boundry’s OAuth and authorization-server metadata, registers its callback, and opens the approval page automatically.
Boundry runs a hosted Model Context Protocol server in Sydney. A compatible client discovers OAuth automatically, and you approve one project — the agent never receives your password, Clerk session, or a copied API key.
https://api.boundry.dev/mcpBoundry never receives your password, Clerk session, or a copied API key.
Connecting an agent to Boundry is a human-approved handoff, not a shared secret. Every step below comes from the public setup guide.
Give your MCP client the remote server address below. It discovers Boundry’s OAuth and authorization-server metadata, registers its callback, and opens the approval page automatically.
Sign in, then review the client name, callback host, project, region and requested scopes before you approve. Boundry and Clerk keep your credentials — the agent never receives them.
Choose one Sydney project, or create an organisation and project during the handoff if you don’t have one yet. The grant is limited to that project and you can revoke it at any time.
Boundry’s remote server uses OAuth 2.0 with dynamic client registration, so a compatible client only needs the URL below.
{
"name": "Boundry",
"url": "https://api.boundry.dev/mcp"
}Once a project is authorised, the agent can call these tools. Read tools never change data. Write and destructive tools are annotated for the client and always act inside the approved project.
Read
get_guideDiscover the integration workflow, select a published SDK and load the right implementation guide.
get_projectInspect the authorized project and its regional boundary.
list_regionsSeparate live regions from markets where Boundry is measuring demand.
list_domainsList sending and receiving domains and their status.
list_messagesList outbound or inbound messages in the project.
get_messageInspect one outbound or inbound message.
Write
request_regionRecord an approved region request. This never promises a launch or reserves capacity.
create_domainCreate a project domain and return the DNS records to publish.
verify_domainCheck published DNS and refresh verification status.
Destructive
send_emailSend from a verified domain. An idempotency key is always required.
Point any Streamable HTTP MCP client at the endpoint below, sign in, and approve one Sydney project.
https://api.boundry.dev/mcp