Expected result
A connected agent with scoped access, activation status, and a path to send the first SMS through TextTree safety and billing gates.
Other MCP client install
Connect TextTree, verify the server-observed MCP connection, then send the first eligible sandbox SMS before choosing paid continuation.
Direct answer
Configure TextTree in another MCP client by adding the remote server URL, using OAuth when supported, and granting only the required scopes. This page documents generic MCP transport and authentication setup.
Primary action
Connect your MCP client to https://api.texttree.ai/mcp Other MCP client configuration
{
"name": "texttree",
"url": "https://api.texttree.ai/mcp",
"authorization": "Bearer ${TEXTTREE_BEARER_TOKEN}"
} A connected agent with scoped access, activation status, and a path to send the first SMS through TextTree safety and billing gates.
Use OAuth when supported; otherwise configure a reveal-once scoped bearer token locally.
Fallback variable: TEXTTREE_BEARER_TOKEN
MCP read access, explicit execute access for allowed tools, and onboarding status for activation handoff.
Read texttree://activation/status from the MCP client
Server-observed MCP initialize or discovery
Eligible accounts can send one constrained first SMS before funding.
Add balance for continued Fast Send or create Agent Identity for a dedicated number with inbound replies.