CryptoExchange.Discount API & Agent Docs
This site publishes machine-readable discovery metadata for agents and crawlers. The public surface is intentionally read-only and focuses on verified exchange discounts, referral links, and offer lookup.
Available Discovery Endpoints
Catalog
RFC 9727 linkset that advertises the public OpenAPI descriptor, health endpoint, and human docs.
OAuth Metadata
/.well-known/openid-configuration
/.well-known/oauth-authorization-server
/.well-known/oauth-protected-resource
Discovery metadata is published now. Full authorization flows are not enabled on the public site yet.
MCP
/.well-known/mcp/server-card.json
/mcp
Read-only MCP tools expose offer search, referral lookup, and verified discount listing.
Agent Skills
/.well-known/agent-skills/index.json
Three simple skills point agents at the site’s search, referral, and exchange-list workflows.
MCP Tools
searchExchanges(query, limit?)searches exchanges, wallets, cards, and analytics tools.getReferralCode(exchange)returns the current signup link, code, and offer summary.listDiscounts(category?, limit?)returns the highest-rated verified offers on the site.
curl -s https://cryptoexchange.discount/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"tools/list"
}'