Serversio.github.djautomd-lab/aipaygent
A

AiPayGent — Claude AI Tools

io.github.djautomd-lab/aipaygent · v1.0.1
▦ pypi
v1.0.1pypi pypi: aipaygent-mcp🌐 https://mcp.aipaygent.xyz/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.djautomd-lab/aipaygent",
  "description": "Claude-powered AI tools: research, write, code, analyze, translate, debate, pitch, score, and more.",
  "title": "AiPayGent — Claude AI Tools",
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "aipaygent-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Anthropic API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.aipaygent.xyz/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}