AgentBridge
AgentBridge Atlas - x402 M2M 마이크로결제 마켓
AI 에이전트 → 온체인 서명 및 결제(0.005 USDC) → 백엔드 검증 및 정산 → 국가통계국 GDP 데이터 전달. M2M(기계 간) 마이크로결제 루프가 가동 중입니다.
주요 정보
항목 | 값 |
API 베이스 |
|
결제 프로토콜 | x402 v2 (EIP-3009, Base의 USDC) |
지갑 |
|
체인 | Base (체인 ID 8453) |
정산된 TX | 블록 #49848412, 0.005 USDC |
자산 | 96 |
MCP 도구 | 8개 (무료 4개 + 유료 3개 + 결제 1개) |
API 경로 | 12개 |
Related MCP server: hyperd-mcp
라이브 엔드포인트
엔드포인트 | 메서드 | 가격 | 설명 |
| GET | 무료 | 상태 확인 |
| GET | 무료 | OpenAPI 스펙 (12개 경로) |
| GET | 무료 | 96개 자산 카탈로그 |
| GET | 무료 | LLM이 읽을 수 있는 API 문서 |
| GET | 무료 | MCP 서버 신원 카드 |
| POST | $0.005 USDC | 중국 국가통계국 통계 (GDP, CPI, PPI) |
| POST | $0.005 USDC | 중국 정부 정책 검색 |
| POST | $0.003 USDC | 중국 기업 신용 정보 |
| POST | $0.008 USDC | 동적 웹 콘텐츠 가져오기 |
| GET | $0.01-$9.99 USDC | 자산 전달 |
x402 결제 작동 방식
1. Agent calls POST /v1/api/industry (no payment header)
2. Server returns 402 Payment Required (x402 v2 challenge)
- x402Version: 2
- paymentRequirements: {scheme, network, asset, payTo, maxAmountRequired, ...}
3. Agent signs EIP-3009 TransferWithAuthorization (no gas needed)
4. Agent retries with X-Payment header
5. Server verifies signature → settles on-chain → returns 200 + data
6. On-chain: 0.005 USDC transferred to wallet온체인 증명
트랜잭션 해시:
0xef8d49e88cb58651e9bf30465597b50863dcc363f6e1f227779292149818ae28메서드: Transfer With Authorization (EIP-3009, 가스리스)
금액: 0.005 USDC
블록: #49848412
토큰: USDC (
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)보낸 사람:
0xc4217BD72b4dea480ed4879fcec530d92637C800받는 사람:
0x1630c8E0833c367F39f0ca909b6b67f5159d7A00방식: EIP-3009 (가스리스 전송 승인)
Basescan(Base 메인넷)에서 확인하세요:
Transaction: https://basescan.org/tx/0xef8d49e88cb58651e9bf30465597b50863dcc363f6e1f227779292149818ae28
Wallet: https://basescan.org/address/0x1630c8E0833c367F39f0ca909b6b67f5159d7A00MCP 서버
MCP 서버는 AI 에이전트를 위한 8가지 도구를 제공합니다:
무료 탐색 도구
discover_capabilities- 모든 API 엔드포인트 나열discover_china_data_apis- 가격 정보가 포함된 중국 데이터 API 나열get_capability_info- 특정 기능에 대한 세부 정보 가져오기get_payment_instructions- 단계별 x402 결제 가이드
유료 데이터 도구 (x402)
query_industry_statistics($0.005) - 국가통계국 통계search_china_policies($0.005) - 정부 정책 검색query_company_credit($0.003) - 기업 신용 정보
결제 도구
purchase_capability- 모든 엔드포인트에 대한 x402 결제 시작
빠른 시작
curl로 테스트하기
# 1. Discover the API (free)
curl https://api.060504.shop/health
curl https://api.060504.shop/openapi.json
curl https://api.060504.shop/llms.txt
# 2. Trigger 402 payment challenge
curl -X POST https://api.060504.shop/v1/api/industry \
-H "Content-Type: application/json" \
-d '{"keyword":"GDP"}'
# Returns 402 with x402 payment requirements
# 3. Sign EIP-3009 and retry with payment
# See examples/agent_client.py for full implementationPython 예제
# See examples/agent_client.py for complete x402 payment client
python examples/agent_client.py데이터 출처 및 규정 준수
API | 출처 | 규정 준수 |
산업 | data.stats.gov.cn | 요청 간 3초 속도 제한, robots.txt 준수 |
정책 | sousuo.www.gov.cn | 요청 간 3초 속도 제한, HTML 폴백 |
기업 | gsxt.gov.cn | 캡차 우회 없음, 공식 링크만 제공 |
아키텍처
AI Agent / User
│
├── GitHub Pages (frontend catalog)
│
└── API Server (api.060504.shop)
│
├── China Data APIs (3 endpoints)
├── x402 Payment (USDC on Base, EIP-3009)
└── MCP Server (8 tools)기술 스택
백엔드: FastAPI + Uvicorn (Python)
서비스: Windows NSSM (NETWORK SERVICE 계정)
결제: x402 v2 프로토콜, Base의 USDC
MCP: Model Context Protocol (SSE 및 stdio)
프론트엔드: GitHub Pages
데이터: 중국 정부 공개 플랫폼
기술 블로그 및 개발 로그
AgentBridge 구축의 엔지니어링 여정, x402, MCP, 자율 M2M 상거래 탐구 과정을 기록합니다.
Medium에서 심층 분석을 읽어보세요:
🚀 자율 M2M 결제 루프 구축: AI 에이전트가 x402를 통해 데이터 비용을 지불하다)
🌉 AgentBridge: 중국 공공 정보와 글로벌 AI 에이전트를 잇는 데이터 브리지
🛡️ AI 에이전트가 중국 공공 데이터에 합법적으로 접근하는 방법: 기술 심층 분석
Medium에서 전체 개발 로그를 팔로우하세요:
버전 이력
v1.0 (2026-08-07): 최초 배포, 자산 76개
v2.0 (2026-08-16): 가이드 5개 추가, 정리, 자산 94개
v3.0 (2026-08-16): 중국 데이터 API + MCP 서버, 자산 96개
v3.1 (2026-08-17): x402 종단 간 결제 검증 완료, 0.005 USDC 정산
라이선스
상업용. 모든 데이터는 공공 정부 플랫폼에서 수집됩니다.
🌐 생태계 및 신뢰
AgentBridge는 x402 및 MCP 생태계 전반에서 인정받고 색인되어 있습니다:
프로토콜 색인
x402scan — 활성 서비스, 최근 30일 내 12건 이상의 온체인 트랜잭션으로 등재됨 ("AgentBridge" 검색)
the402.ai — x402 생태계 디렉토리에 포함됨 (MCP 접근 가능 카탈로그)
x402 Discovery Index — 커뮤니티 탐색 목록, PR 병합 대기 중 → github.com/x402-index/x402-discovery-index/pull/35
마켓플레이스
Agentic.Market — Coinbase x402 마켓플레이스에서 이용 가능 (MCP 접근 가능 카탈로그)
Circle Agent Marketplace — 준비도 점수 95/100; 라이브 서비스 → agents.circle.com/sell/score?url=https://api.060504.shop
MCP 생태계
ALMC Security — MCP 보안 디렉토리에 등재됨 → almcsecurity.com/en/mcpserver/search/agentbridge
Awesome MCP Servers — 커뮤니티 MCP 색인에 포함됨 → mcpservers.org/servers/tianzizhiming-svg/agentbridge (中文版)
온체인 증명
BaseScan — 공개 지갑 주소에서 검증된 USDC 정산 내역 확인 가능 → basescan.org/address/0x1630c8E0833c367F39f0ca909b6b67f5159d7A00
실제 자율 에이전트 결제가 온체인에서 확인됨 (2026년 8월)
링크
면책 조항
이 API가 제공하는 데이터는 공개 거시경제 및 교육 통계에서 수집된 것입니다. 당사는 데이터를 호스팅하거나 소유하지 않습니다. 사용자는 현지 데이터 사용 규정을 준수할 책임이 있습니다.
This server cannot be installed
Maintenance
Related MCP Connectors
Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
Pay-per-query x402 business intelligence on Base, settled in USDC via the native 402 payment flow.
x402-paid analytics, market intelligence, research, and LLM inference for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenance56 pay-per-call MCP endpoints for AI agents. Market signals, macro economics, crypto/DeFi, geopolitical intelligence, SEC filings, GitHub velocity, sanctions screening. USDC on Base Mainnet via x402.

hyperd-mcpofficial
AlicenseAqualityCmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23581MIT- FlicenseNot gradedqualityDmaintenancePay-per-use AI security and research tools for autonomous agents on Base, enabling honeypot detection, risk assessment, wallet analysis, and yield optimization via the x402 protocol.
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tianzizhiming-svg/agentbridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server