Skip to main content
Glama

ntriq-agentshop — 通过 x402 微支付实现文档智能

这是一个 MCP 服务器,提供基于 AI 的文档智能端点,并采用 通过 x402 微支付(Base 链上的 USDC)按次付费 的模式。无需 API 密钥,无需订阅,AI 代理只需为实际使用量付费。

MCP 工具

工具

描述

价格

document_intelligence

从文档图像中提取文本、总结、分类或提取表格

$0.05

invoice_extract

从发票和收据中提取结构化字段

$0.03

screenshot_data

从 UI 截图和仪表板中提取结构化数据

$0.02

alt_text

为图像生成可访问的替代文本

$0.01

pii_detect

检测并脱敏文本中的 PII(个人身份信息)

$0.02

sentiment_analysis

分析文本情感,提供评分和关键短语

$0.01

安装

Claude Code / Cursor / Windsurf

添加到你的 MCP 配置中:

{
  "mcpServers": {
    "ntriq-agentshop": {
      "command": "npx",
      "args": ["-y", "ntriq-agentshop"],
      "env": {
        "X402_PAYMENT_HEADER": "<your-x402-payment-header>"
      }
    }
  }
}

支付设置

此服务器使用 Base 主网上的 x402 微支付(USDC)。

  1. 准备一个存有 USDC 的 Base 钱包

  2. 为每个请求生成 EIP-3009 支付授权

  3. 将其作为 X402_PAYMENT_HEADER 环境变量传入

收款地址:0x124AaFfF8Ef45F2cA953807aF09Aacec2D9F8307

架构

AI Agent (Claude / Cursor / etc.)
    ↓ MCP stdio
ntriq-agentshop MCP Server
    ↓ HTTPS + x402 payment header
x402 Data Intelligence Server (https://x402.ntriq.co.kr)
    ↓
Local AI (qwen2.5-vl vision model)

本地运行

git clone https://github.com/ntriq-gh/ntriq-agentshop
cd ntriq-agentshop
npm install
X402_BASE_URL=https://x402.ntriq.co.kr node --import tsx mcp-server.ts

许可证

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

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/ntriq-gh/ntriq-agentshop'

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