LIVE ENDPOINT
https://artofgtm.com/api/mcp
Connect to this endpoint to inspect the live schema for update_user_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zts]
url = "https://artofgtm.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zts": {
"type": "http",
"url": "https://artofgtm.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zts
Remote MCP URL: https://artofgtm.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zts": {
"url": "https://artofgtm.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zts": {
"type": "http",
"url": "https://artofgtm.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zts",
"transport": "streamable-http",
"url": "https://artofgtm.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_ai_providers— List AI providers and whether each provider is enabled and configuredcreate_todo— Create a new todo item for the authenticated userdelete_todo— Delete a todo item for the authenticated userlist_todos— List all todo items for the authenticated usertoggle_todo— Toggle a todo item between completed and incompleteupdate_todo— Update a todo item title and/or completed stateget_current_user— Get the authenticated user's profileget_user_preferences— Get all preferences for the authenticated user