agentshop
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentshopList available reports for 2024 and their prices."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agentshop — cross-country economic reports over MCP and x402
A remote Model Context Protocol server that turns a question about the world economy into a purchasable dataset. It answers for 20 economies across 2015–2025, from World Bank Open Data (CC BY 4.0, attributed in every document), and is sold per fetch in USDC on Base using the x402 payment protocol.
No account. No API key. No signup. No subscription.
Endpoint:
https://reportbazaar.app.workbuddy.host/mcp(Streamable HTTP)Machine brief: https://reportbazaar.app.workbuddy.host/llms.txt
Full corpus in one file: https://reportbazaar.app.workbuddy.host/llms-full.txt
What is for sale
Reports in the catalog | 80 across 20 categories |
Annual editions | 7 (2020–2024 … 2024–2025 five-year reviews) |
Indicators | 86 (GDP, inflation, trade, debt, labour, energy, emissions, health, education, digital adoption, …) |
Economies per report | 20 major economies |
Coverage | 2015–2025 |
Published observations | 19,651 |
Price | $0.06–$0.31 per report · custom from $0.20 · whole catalog $0.95 |
Delivery | HTML, JSON, or tidy CSV — the JSON and CSV forms are data, not documents |
Related MCP server: oom-x402-mcp
Tools
Six tools are exposed. The free ones answer immediately; the paid ones return an exact quote rather than an error, because a runtime that cannot see the price cannot decide to pay it.
Tool | Paid | What it does |
| no | Keyword search over the catalog. Returns matching report ids with price, indicators, economies and a free preview URL. |
| no | The buyable catalog with live prices, filterable by |
| no | The year index: which reports publish a figure for each year, and which annual edition covers it. |
| no | The real latest-year cross-section for all 20 economies — field names and types of the paid payload, plus an explicit list of what a purchase adds. |
| no | The exact price, asset, network and payTo for one report, without buying. |
| yes | The full report. Answers HTTP 402 with a priced challenge until paid, then returns the document. |
Try it before you spend anything
# 1. Which report covers inflation?
curl -s 'https://reportbazaar.app.workbuddy.host/search?q=inflation' | jq '.results[].id'
# 2. Look at the real data for that report - free, no wallet.
curl -s 'https://reportbazaar.app.workbuddy.host/preview/macro-inflation?format=md'
# 3. See what it costs. This is the 402.
curl -sD - -o /dev/null 'https://reportbazaar.app.workbuddy.host/report/macro-inflation' | grep -i payment-requiredThe PAYMENT-REQUIRED header is base64 JSON carrying the amount, the USDC contract, the network and
the receiving address. Sign the transfer (EIP-3009 on Base mainnet, so the buyer needs no ETH),
replay the same request with the signature, and the report comes back.
Client configuration
{
"mcpServers": {
"agentshop": {
"type": "streamable-http",
"url": "https://reportbazaar.app.workbuddy.host/mcp"
}
}
}The free tools work with no configuration at all. Paying requires an x402-capable client — any wallet that can sign EIP-3009 USDC transfers on Base works, and there is no ETH gas requirement.
What a report contains
The year-by-year panel — every economy × every year in the coverage window.
Per-economy derived analytics — CAGR, fitted trend, momentum, volatility, outlier years.
Group statistics — mean, median, dispersion, HHI concentration, leader and laggard.
A data-quality block — requested vs actually published cells, and which years are missing upstream. It tells you what is not there, which is rarer and more useful than the reverse.
Cross-indicator correlation where the report covers more than one indicator.
Other machine-readable doors
Everything an agent needs is free except the documents themselves:
/openapi.json (OpenAPI 3.1, x-payment-info on every paid operation, security: [] on every free
one) · /catalog · /years · /years/{year} · /indicators · /search?q= · /schema/report.json ·
/preview/{id}?format=json|csv|md · /.well-known/x402 · /.well-known/agent.json (A2A card) ·
/.well-known/mcp.json · /.well-known/ai-plugin.json · /llms.txt · /llms-full.txt ·
/sitemap.xml · /purchases (the settlement ledger)
Repository contents
File | Purpose |
| Registry manifest for the official MCP Registry. Remote-only: one |
| The service's own MCP descriptor, as served at |
| This file. |
The server itself runs at the endpoint above; this repository carries the manifest and the documentation, which is all the registry stores.
Notes
Prices are re-quoted on every request. Always pay the amount in the 402 you just received rather than a cached one.
Settlement is verifiable. Every delivered document corresponds to a USDC transfer to
0xba7efeabfab91a6febc8d8088faa29ce95979b34on Base, and the ledger is public at/purchases.Upstream figures may be revised by the World Bank; reports record their generation date.
License
The manifest and documentation in this repository are MIT. The data is World Bank Open Data, licensed CC BY 4.0; every delivered document attributes it.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
Remote MCP server exposing 330 production AI-agent services for web/data processing, validation, AI utilities, blockchain/crypto utilities, and x402 pay-per-use access.
x402 MCP for agents: crypto prices, funding, DeFi yields, Polymarket, Base RPC + MCP security.
15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for pay-per-call DeFi and crypto data via x402 micropayments on Base. 8 endpoints: token prices, TVL, funding rates, token security, gas tracker, whale monitoring, wallet profiling, and yield scanning.839 npmMIT

oom-x402-mcpofficial
FlicenseNot gradedqualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories — payments via x402 protocol in USDC on Base.-- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.3 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing 50+ crypto, market intelligence, and AI inference endpoints with x402 pay-per-request micropayments on Base.1Apache 2.0