China Bank Offers Facts
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., "@China Bank Offers FactsWhat offers are available from the Bank of China?"
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.
China Bank Offers Facts
Source-linked offer documents from 17 Chinese banks for Agent callers.
Production MCP endpoint: https://agent-offers-api-replitzip.replit.app/mcp
Product boundary
The service exposes two MCP tools:
list_supported_banks: free capability and freshness check.get_bank_offers: one bank per request, with official text, official URLs, timestamps, hashes, and activity status.
It returns factual source material. It does not rank cards, recommend purchases, or make customer-specific eligibility decisions. JSON-RPC batch requests are not supported.
The paid query price is 0.01 USDC on Base mainnet through x402. Connecting to the MCP endpoint does not authorize payment. A caller without x402 support can use the free tool and will receive a payment challenge for the paid tool.
Related MCP server: poke-bank
Evidence vocabulary
Directory listing proves discovery only.
A free call proves connection and capability preflight only.
HTTP 402 proves the unpaid challenge is reachable only.
Chain settlement proves payment only.
Successful delivery additionally requires a valid data response and durable delivery evidence.
Local safe runtime
Requirements: Node.js 22-24 and pnpm 10.
pnpm install --frozen-lockfile
pnpm test
pnpm typecheck
pnpm build
PAYMENT_MODE=disabled SERVICE_VISIBILITY=local OFFER_DATA_MODE=synthetic pnpm devThe default local runtime serves synthetic DEMO data with payments disabled.
It does not contain the production corpus or production credentials.
License and release readiness
The source in this repository is available under the Apache License 2.0; see
LICENSE. Run pnpm verify:public-release before any public push. A passing
local gate does not create a Git remote or authorize publication.
Security reports: see SECURITY.md. Contributions: see CONTRIBUTING.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless.
CDR Explorer allows access to the Australian Consumer Data Right Product Data from Banks and Non-Bank Lenders. https://cdrexplorer.com.au/api/mcp for the anonymous endpoint.
One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with local Ollama LLMs to provide financial analysis through four specialized agents (Market Analyst, Portfolio Manager, Risk Analyst, and Explainability Agent) with comprehensive banking tools.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that exposes Enable Banking API tools for interacting with bank accounts through Open Banking. It enables users to authenticate sessions, list accounts, and fetch transaction history or balances via a secure self-hosted server.2-
- AlicenseBqualityBmaintenanceMCP server exposing 43 financial data tools for A-share, HK, US stocks, crypto, and market news via open-stock-data.4314MIT
- AlicenseAqualityCmaintenanceMCP server for discovering, downloading, parsing, and searching Hong Kong listed company announcements from HKEXnews through 6 structured tools.63MIT