Agent Discovery

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

/.well-known/api-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

curl -s https://cryptoexchange.discount/mcp \
  -H 'Content-Type: application/json' \
  -d '{
    "jsonrpc":"2.0",
    "id":1,
    "method":"tools/list"
  }'

Premium Placeholder

/api/premium/* intentionally returns 402 Payment Required as a commerce readiness placeholder for future paid content and x402-compatible payment flows.