ntriq-agentshop
ntriq-agentshop — Document Intelligence via x402 Micropayments
MCP server exposing AI-powered document intelligence endpoints with pay-per-use pricing via x402 micropayments (USDC on Base). No API keys, no subscriptions — AI agents pay only for what they use.
MCP Tools
Tool | Description | Price |
| Extract text, summarize, classify, or extract tables from document images | $0.05 |
| Extract structured fields from invoices and receipts | $0.03 |
| Extract structured data from UI screenshots and dashboards | $0.02 |
| Generate accessible alt text for images | $0.01 |
| Detect and redact PII in text | $0.02 |
| Analyze text sentiment with score and key phrases | $0.01 |
Install
Claude Code / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"ntriq-agentshop": {
"command": "npx",
"args": ["-y", "ntriq-agentshop"],
"env": {
"X402_PAYMENT_HEADER": "<your-x402-payment-header>"
}
}
}
}Payment Setup
This server uses x402 micropayments on Base mainnet (USDC).
Get a Base wallet with USDC
Generate an EIP-3009 payment authorization for each request
Pass it as
X402_PAYMENT_HEADERenv var
Payment recipient: 0x124AaFfF8Ef45F2cA953807aF09Aacec2D9F8307
Architecture
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)Running Locally
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.tsLicense
MIT
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