← Registry

General Tools

artofgtm.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint16 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://artofgtm.com/api/mcp

No auth detected

MCP server metadata

Name
zts
Version
1.0.0
Capabilities
tools

Known tools 16

get_ai_providers

List AI providers and whether each provider is enabled and configured

Inferred read-only
create_todo

Create a new todo item for the authenticated user

Potential side effects
delete_todo

Delete a todo item for the authenticated user

Potential side effects
list_todos

List all todo items for the authenticated user

Inferred read-only
toggle_todo

Toggle a todo item between completed and incomplete

Inferred read-only
update_todo

Update a todo item title and/or completed state

Potential side effects
get_current_user

Get the authenticated user's profile

Inferred read-only
get_user_preferences

Get all preferences for the authenticated user

Inferred read-only
get_user_preference

Get a single user preference by key

Inferred read-only
get_user_for_editing_profile

Get profile fields for the profile editor

Inferred read-only
mark_user_onboarded

Mark the authenticated user as onboarded

Inferred read-only
resend_verification_email

Resend the verification email for the authenticated user

Potential side effects
reset_user_onboarding

Reset onboarding state for the authenticated user

Inferred read-only
update_user_preference

Update a single user preference

Potential side effects
update_user_profile

Update the authenticated user's profile

Potential side effects
delete_upload_image

Delete an UploadThing image owned by the authenticated user

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.