← Registry

AI & Machine Learning

aaddyy.com

Provides an API to discover, inspect, and execute AI tools, with job tracking and credit balance.

1 endpoint7 known toolsFirst detected May 29, 2026Last detected September 8, 2026

ENDPOINT 1

https://backend.aaddyy.com/mcp

No auth detected

MCP server metadata

Name
aaddyy
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

AADDYY: 50+ outcome-level AI tools (articles, logos, resumes, images, video, SEO) behind one pay-per-use API (1 credit = $0.01; free credits on signup, no card). Flow: search_tools → get_tool_schema → run_tool. Discovery works without auth. To spend: connect with ?apiKey=aip_... — or call create_account {email} once to get a key. run_tool executes async and polls; if it returns a jobId, poll get_job_status. On INSUFFICIENT_CREDITS call buy_credits and hand the returned URL to your human (one click). Full API reference: https://backend.aaddyy.com/llms.txt

Known tools 7

search_tools

Find AI tools by keyword and/or category.

Inferred read-only
get_tool_schema

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

Inferred read-only
run_tool

Execute a tool with the given params.

Potential side effects
get_job_status

Status/result of a V2 job started by run_tool.

Inferred read-only
get_balance

Current balance and total spent (USD; 1 credit = $0.01).

Inferred read-only
buy_credits

Creates a Stripe-hosted checkout URL for a credit top-up.

Inferred read-only
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.

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.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.

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.