AI & Machine Learning
aaddyy.com
Provides an API to discover, inspect, and execute AI tools, with job tracking and credit balance.
ENDPOINT 1
https://backend.aaddyy.com/mcp
MCP server metadata
- Name
- aaddyy
- Version
- 1.0.0
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
get_tool_schemaComplete parameter schema (types, enums, limits), pricing, and endpoints for one tool.
Inferred read-onlycreate_accountOne-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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.