← aaddyy.com

INDIVIDUAL MCP TOOL

get_tool_schema

Complete parameter schema (types, enums, limits), pricing, and endpoints for one tool.

aaddyy.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://backend.aaddyy.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_tool_schema and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aaddyy.com

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.aaddyy]
url = "https://backend.aaddyy.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aaddyy": {
      "type": "http",
      "url": "https://backend.aaddyy.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aaddyy
Remote MCP URL: https://backend.aaddyy.com/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": {
    "aaddyy": {
      "url": "https://backend.aaddyy.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aaddyy": {
      "type": "http",
      "url": "https://backend.aaddyy.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aaddyy",
  "transport": "streamable-http",
  "url": "https://backend.aaddyy.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Find AI tools by keyword and/or category.
  • run_tool — Execute a tool with the given params.
  • get_job_status — Status/result of a V2 job started by run_tool.
  • get_balance — Current balance and total spent (USD; 1 credit = $0.01).
  • buy_credits — Creates a Stripe-hosted checkout URL for a credit top-up.
  • create_account — One-step onboarding for agents: registers with just an email (free credits, no card), mints a bounded API key that works immediately (7-day expiry, small spend cap until the email is verified — one human click lifts all bounds), and returns everything to persist.