Skip to main content
Glama
jakobautomation

agentsvc-mcp

agentsvc-mcp

agentsvc.io MCP 服务器 — 通过 x402 微支付协议 为 AI Agent 提供 20 种按次付费的实用服务。Agent 使用 Base 主网上的 USDC 自动支付 — 无需账户、无需 API 密钥、无需订阅。

这是什么

一个单一的 MCP 服务器,为任何兼容 MCP 的 AI Agent 提供 20 种实用工具。每次工具调用费用为 $0.001–$0.008 USDC,从您的 Agent 钱包中自动扣除。

Related MCP server: @praveen030686/data-apis-mcp

可用工具 (20)

工具

费用

功能

ip_lookup

$0.001

IP 地址 → 国家、城市、ISP、ASN、时区

dns_lookup

$0.001

域名 → DNS 记录 (A, AAAA, MX, TXT, CNAME, NS)

qr_code

$0.001

文本/URL → 二维码 (base64 PNG)

exchange_rates

$0.001

来自 ECB 的实时汇率 (30+ 种货币,每小时更新)

email_validate

$0.001

电子邮件 → 格式 + MX + 一次性邮箱检测

ssl_check

$0.001

域名 SSL 证书 → 颁发者、过期时间、剩余天数

phone_validate

$0.001

电话号码 → E.164 格式、国家、线路类型

weather

$0.002

城市/GPS → 当前天气 + 3 天预报

translate

$0.002

文本 → 翻译文本 (100+ 种语言)

whois

$0.002

域名 → 注册商、创建/过期时间、域名服务器

crypto_prices

$0.002

加密货币 ID → 实时价格、市值、24 小时涨跌幅

stock_prices

$0.002

股票代码 → 价格、市盈率、52 周范围

geocode

$0.002

地址 → 经纬度 或 经纬度 → 地址

web_search

$0.003

查询 → 事实摘要 + 链接 (DuckDuckGo + Wikipedia)

news_search

$0.003

查询 → 最新新闻文章 (HackerNews + BBC)

pdf_extract

$0.004

PDF (base64) → 全文 + 分页解析

screenshot

$0.005

URL → PNG 截图 (base64, 完整 JS 渲染)

webpage_reader

$0.006

URL → 清晰可读的文本 + 标题 + 链接

html_to_pdf

$0.008

URL 或 HTML → PDF (base64)

ocr

$0.008

图像 (base64) → 提取文本 (40+ 种语言)

安装

要求

  • Node.js 18+

  • npm install viem x402 (用于支付签名)

  • 一个在 Base 主网上持有 USDC 的钱包私钥

Claude Desktop

curl -O https://agentsvc.io/mcp-server.mjs
npm install viem x402

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "agentsvc": {
      "command": "node",
      "args": ["/path/to/mcp-server.mjs"],
      "env": {
        "X402_PRIVATE_KEY": "0x..."
      }
    }
  }
}

任何兼容 MCP 的 Agent

MCP 服务器在启动时会自动从实时目录中发现所有 20 种工具。工具是动态加载的 — 新服务会自动出现,无需更新服务器。

支付方式

每次工具调用都使用 x402 协议

  1. Agent 调用工具

  2. 服务器探测服务 (HTTP 402 响应,包含支付要求)

  3. MCP 服务器使用您的私钥在 Base 主网上签署 USDC 支付

  4. 服务执行并返回结果

支付是按次原子级的 — 只有在调用成功时您才付费。钱包需要在 Base 主网上有 USDC。

在 Base 上获取 USDC:

  • 从以太坊跨链:bridge.base.org

  • 在 Coinbase 购买 → 提现到 Base

  • 在 Uniswap/Aerodrome (Base) 上兑换

成本示例

使用量

日成本

100 次调用/天 (平均 $0.003)

$0.30

1,000 次调用/天

$3.00

10,000 次调用/天

$30.00

REST API

所有工具也可以作为直接 REST API 使用,无需 MCP:

# Step 1: probe (get payment requirements)
curl -X POST https://agentsvc.io/api/v1/proxy/ip-lookup \
  -H "Content-Type: application/json" \
  -d '{"ip": "8.8.8.8"}'
# → HTTP 402 with accepts[] payment requirements

# Step 2: sign + retry with X-Payment header
# See: https://agentsvc.io/docs

端点:

  • GET /api/v1/services — 包含模式和价格的完整目录

  • GET /api/openapi.json — OpenAPI 3.1 规范

  • GET /.well-known/agent-services.json — 机器可读的清单

链接

支付详情

  • 协议: x402 精确方案

  • 网络: Base 主网 (链 ID: 8453)

  • 货币: USDC

  • USDC 合约: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

  • 原子单位: 1 USDC = 1,000,000 单位

许可证

MIT

F
license - not found
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jakobautomation/agentsvc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server