AiPayGen
一台MCP服务器上有250个AI工具。 研究、编写、编码、翻译、抓取、分析、视觉、RAG、代理内存、工作流等。来自7家供应商的15个AI模型。每次通话用信用卡或美元支付。
 
安装(30秒)
pip install aipaygen-mcp
claude mcp add aipaygen -- aipaygen-mcp或者连接到远程服务器: https://mcp.aipaygen.com/mcp
包含什么(250个工具)
人工智能工具(40+): 研究、写作、总结、翻译、编码、分析、情感、分类、提取、比较、解释、计划、决定、辩论、校对、重写、推销、标题、关键字、问题、大纲等
高级AI: 视觉(图像分析)、RAG(文档问答)、图表生成、工作流编排、流水线、批处理操作、多步链
网页抓取(6): 谷歌地图、推特/X、Instagram、TikTok、YouTube、任何网站
数据馈送(免费): 天气、加密货币价格、汇率、假期、时间、UUID、笑话、报价
实用程序API(43): 地理编码、WHOIS、SSL证书、安全标头、技术堆栈检测、PDF提取、股票历史、外汇、单位转换、JSON/CSV/XML转换、ENS分辨率等
代理基础架构: 持久内存,代理到代理消息传递,任务板,知识库,4183 API目录,2200+技能
代理商建设者: 从10个模板创建自定义代理。在循环、cron或事件触发器上进行调度。
卖家市场: 注册自己的API,设定价格,通过托管以美元支付。
账户工具: generate_api_key, buy_credits, check_usage --无需离开IDE即可管理您的帐户。
定价
- 免费试用: 使用生成密钥
generate_api_keytool → 获得0.10美元的免费积分(约16次通话) - API密钥: 通过信用卡(Stripe)支付1美元起。每美元约166次人工智能通话。
- x402美元: 在Base、Solana或Stellar上按通话付费——无需注册
- 免费数据工具: 天气、加密货币、时间、笑话、名言——始终免费,无需钥匙
| 层级 | 价格 | 示例 |
|---|---|---|
| 免费 | $0 | 天气、加密货币、时间、笑话、报价 |
| 标准 | $0.002/调用 | 内存、地理编码、WHOIS、转换 |
| AI | 0.006美元/通话 | 总结、情感、分类、翻译 |
| 报废 | 0.01美元/卡 | 网站、推特、YouTube |
| 高级 | 0.05美元/人 | 视觉,谷歌地图 |
| 企业 | 0.15美元/支 | 深度研究 |
快速入门(2分钟)
第一步: 安装并连接
pip install aipaygen-mcp
claude mcp add aipaygen -- aipaygen-mcp第二步: 获取您的免费API密钥(在克劳德代码内)
> Use the generate_api_key tool这会给你一把钥匙 $0.10免费积分 (约16个AI调用)。
步骤3: 设置您的密钥
export AIPAYGEN_API_KEY=apk_your_key_here步骤4: 使用任何工具
> Use the research tool to find info about x402 payment protocol
> Use the summarize tool on this article: [paste URL]
> Use the translate tool to convert "hello world" to Spanish尝试不安装
# Free data tools — no key needed
curl "https://api.aipaygen.com/free/time"
curl "https://api.aipaygen.com/data/weather?city=London"
curl "https://api.aipaygen.com/data/crypto?symbols=bitcoin"
# AI tools — get a free key first
curl -s -X POST https://api.aipaygen.com/auth/generate-key \
-H "Content-Type: application/json" -d '{"label":"my-key"}'
# Then use it:
curl -X POST https://api.aipaygen.com/summarize \
-H "Authorization: Bearer apk_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Your text here", "length": "short"}'配置
克劳德代码
claude mcp add aipaygen -- aipaygen-mcp克劳德桌面/光标
{
"mcpServers": {
"aipaygen": {
"command": "aipaygen-mcp"
}
}
}带API密钥(无限制)
AIPAYGEN_API_KEY=apk_xxx aipaygen-mcp远程(无需安装)
https://mcp.aipaygen.com/mcp技术细节
- 15个AI模型,7个提供商: Claude、GPT-4o、Gemini、DeepSeek、Grok、Mistral、Llama——按任务自动路由
- x402 V2小额支付: Base(~2s)、Solana(~400ms)、Stellar(~5s)——真实美元结算
- MCP SDK 1.26 使用可流式传输的http
- 1382项测试通过
- 发表于 MCP注册表, 铁匠铺,以及 格拉玛
链接
| 资源 | URL |
|---|---|
| 网站 | https://aipaygen.com |
| 免费试用 | https://aipaygen.com/try |
| 文档 | https://aipaygen.com/docs |
| 定价 | https://aipaygen.com/pricing |
| APIhttps://api.aipaygen.com | |
| MCP远程 | https://mcp.aipaygen.com/mcp |
| 服务目录 | https://aipaygen.com/discover |
| GitHub | https://github.com/Damien829/aipaygen |
