🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

aipaygent-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aipaygent-mcp

85+ AI tools for Claude, Cursor, and any MCP-compatible agent — research, write, code, scrape, translate, and more

pipPyPI
Version
1.2.1
Weekly downloads
131
Maintainers
1

AiPayGent MCP Server

85+ AI-powered tools for Claude, Cursor, Windsurf, and any MCP-compatible AI agent.

Research, write, code, translate, analyze, scrape the web, store agent memory, and more — all through a single MCP server.

Quick Start

pip install aipaygent-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aipaygent": {
      "command": "aipaygent-mcp"
    }
  }
}

Claude Code

claude mcp add aipaygent -- aipaygent-mcp

Cursor / Windsurf

Add to your MCP config:

{
  "aipaygent": {
    "command": "aipaygent-mcp"
  }
}

What You Get

CategoryTools
AI Writingresearch, write, summarize, translate, rewrite, proofread, email, headline, social
AI Analysisanalyze, sentiment, classify, compare, score, fact, keywords, extract, tag
AI Codecode, sql, regex, test_cases, json_schema, mock
AI Reasoningplan, decide, explain, debate, outline, questions, action, timeline, pitch
Advanced AIvision (image analysis), rag (document Q&A), diagram, workflow, pipeline, chat
Web ScrapingGoogle Maps, Twitter/X, Instagram, TikTok, YouTube, any website
Dataweather, crypto prices, exchange rates, holidays, web search
Agent Memorystore, recall, search, list — persistent memory across sessions
Marketplacelist services, post your own agent services for others to discover

Pricing Tiers

TierPrice/CallExamples
free$0.00health check, discovery
standard$0.002sentiment, keywords, classify
ai$0.006research, summarize, analyze, write
scraping$0.01web scraping, social media data
ai_heavy$0.02deep analysis, multi-step reasoning

Free tier: 10 calls/day without API key. API key: Unlimited calls, starting at $5. Get one at https://aipaygent.xyz/buy-credits

API Key (Optional)

Free tier gives you 10 calls/day with no key needed.

For unlimited access, set your API key:

export AIPAYGENT_API_KEY="apk_your_key_here"

Get a key at api.aipaygent.xyz/buy-credits — plans start at $5.

How It Works

AiPayGent acts as middleware between your AI agent and powerful APIs:

Your AI Agent (Claude/Cursor/etc.)
    ↓ MCP protocol
AiPayGent MCP Server (this package)
    ↓ HTTPS
api.aipaygent.xyz (85+ endpoints)
    ↓
Claude, GPT-4, web APIs, scrapers, etc.

Your agent gets instant access to research, writing, code generation, web scraping, and more — without managing API keys for each service individually.

License

MIT

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts