{"name":"com.crossingkeyintelligence/crossingkey-mcp","slug":"crossingkeyintelligence-crossingkey-mcp","title":null,"description":"CrossingKey MCP for agent commerce, x402 payments, deterministic execution, and verifiable receipts.","url":"https://mcp.market/server/crossingkeyintelligence-crossingkey-mcp","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"2.3.0","remotes":[{"type":"streamable-http","url":"https://mcp.crossingkeyintelligence.com/mcp"}],"packages":[],"tools":[{"name":"capabilities.list","description":"FREE, read-only x402 capability list. Use this only for deterministic machine-commerce capabilities priced for x402 execution; it does not list the full CrossingKey offer/service catalog and never executes a capability. For public offers use offers.list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"capability.get","description":"FREE, read-only x402 capability detail lookup. Supply the exact capability name returned by capabilities.list to receive one deterministic capability definition and advertised price; no payment or execution occurs. Use capability.quote when x402 challenge requirements are needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":160,"description":"Exact deterministic x402 capability name returned by capabilities.list; 1-160 characters."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"capability.quote","description":"FREE, read-only x402 quote/challenge lookup. Supply the exact capability name returned by capabilities.list to receive v1 and v2 payment requirements without execution or settlement. Use capability.get for metadata only and execution.preflight for the cross-domain authorization decision.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":160,"description":"Exact deterministic x402 capability name returned by capabilities.list; 1-160 characters."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"cost.estimate","description":"FREE, read-only cross-domain price lookup. Supply an offer or capability identifier to return the currently advertised USD price or request-credit cost; no payment, reservation, or credit consumption occurs. For x402 challenge terms use capability.quote instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":160,"description":"Exact offer or paid-capability identifier returned by discovery; 1-160 characters."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credits.options","description":"FREE, read-only prepaid-credit purchase discovery. Returns available request-credit packs and their existing Stripe Payment Links; it does not open a checkout session or spend funds. Use this only when prepaid request credits are the intended payment rail.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entitlement.inspect","description":"FREE, read-only entitlement inspection. Supply a CrossingKey entitlement identifier to return current entitlement state without granting execution, download access, or paid result content. Use purchase.status when only an idempotency key is available.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":200,"description":"CrossingKey entitlement identifier returned by a successful paid purchase; 1-200 characters."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"execution.preflight","description":"FREE, read-only final preflight before any paid action. Supply an offer or capability identifier to receive payment method, exact advertised price, readiness, safety warnings, and next action; this tool never charges or executes. Call it after discovery and requirement checks, not as a replacement for paid execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":160,"description":"Exact offer or paid-capability identifier to evaluate immediately before payment or credit-consuming execution; 1-160 characters."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"health","description":"FREE, read-only MCP readiness check. Returns service, Stripe, machine-commerce, mainnet-gate, and receiver-only wallet readiness flags without contacting payment rails or changing state. Use this for operational readiness, not purchase status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"offers.list","description":"FREE, read-only canonical offer search. Use this to find public digital or service offers by query, kind, or maximum USD price before payment; it returns metadata only and creates no checkout session. Use capability.get only for x402 capability detail; offer details are returned by offers.list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":160,"description":"Optional case-insensitive text search across public offer metadata; 1-160 characters."},"kind":{"type":"string","enum":["all","digital","service"],"description":"Optional offer-kind filter: 'all', 'digital', or 'service'. Defaults to 'all'."},"max_price_usd":{"type":"number","minimum":0,"maximum":1000000,"description":"Optional inclusive maximum advertised USD price, from 0 through 1000000."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"payment.methods","description":"FREE, read-only payment-rail discovery. Returns supported Stripe, prepaid-credit, and x402 rails plus the receiver-only wallet authority boundary; it never signs or spends. Use this when selecting a payment rail before any authorization step.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"payment.verify","description":"FREE, read-only Base USDC verification. Provide a Base transaction hash, a CrossingKey receipt ID, or both to verify the receiver transfer and optionally reconcile an existing receipt; it never signs, sends, settles, swaps, bridges, or spends funds. Use receipt.verify for local receipt integrity without chain lookup.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"txHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$","description":"Optional Base transaction hash in 0x-prefixed 32-byte hexadecimal form. Provide txHash, receiptId, or both."},"receiptId":{"type":"string","pattern":"^ck_[A-Za-z0-9_-]{8,200}$","description":"Optional CrossingKey receipt identifier beginning with ck_. Provide receiptId, txHash, or both."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"provider.describe","description":"FREE, read-only provider discovery. Use this first to learn CrossingKey identity, commerce model, payment rails, authority boundaries, and recommended next actions; it never creates a payment or executes paid work. For offer-specific data use offers.list and capability.get, and for x402 terms use capability.get/capability.quote.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"purchase.status","description":"FREE, read-only x402 purchase-status lookup. Supply the original idempotency key to retrieve purchase state and integrity identifiers without revealing paid result content or changing state. The response includes purchase, entitlement, and result-integrity identifiers when available.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":8,"maxLength":160,"pattern":"^[A-Za-z0-9._:-]+$","description":"Original client-generated idempotency key used for the paid x402 purchase; 8-160 characters."}},"required":["idempotency_key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"receipt.verify","description":"FREE, read-only receipt integrity verification. Supply a CrossingKey receipt object to recompute and compare its deterministic result hash; this performs no payment, entitlement mutation, or network settlement. A true result verifies integrity only, not external payment finality.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"object","additionalProperties":{},"description":"Complete CrossingKey receipt object whose deterministic integrity binding should be recomputed."}},"required":["receipt"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"requirements.check","description":"FREE, read-only prerequisite check. Supply an offer or capability identifier to receive payment, authorization, fulfillment, and idempotency requirements without creating a payment. Use execution.preflight for the final machine-readable go/no-go decision.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":160,"description":"Exact offer or paid-capability identifier whose prerequisites should be checked; 1-160 characters."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"result.preview","description":"FREE, read-only result preview. Supply an offer or capability identifier to see the expected fulfillment or output shape without exposing paid content or executing work. Use this after offers.list or capabilities.list when an agent needs to evaluate the result contract before authorization.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":160,"description":"Exact offer or paid-capability identifier whose result or fulfillment shape should be previewed; 1-160 characters."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"services.list","description":"FREE, read-only service catalog. Returns only request services explicitly approved by the server's safety process and may legitimately be empty; it creates no order or payment. Use this when evaluating approved request-service availability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"xkey.validate","description":"PAID bounded intake validation. Requires an authenticated prepaid-credit principal, an 8-160 character idempotency key, and 2-100000 characters of raw intake; one credit is committed only on verified success, while safe validation failures release the reservation. Do not call speculatively; use requirements.check and execution.preflight first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":8,"maxLength":160,"pattern":"^[A-Za-z0-9._:-]+$","description":"Unique client-generated key for safe retry/deduplication; 8-160 characters. Reuse only when retrying the same intake."},"raw_intake":{"type":"string","minLength":2,"maxLength":100000,"description":"Raw intake text to validate and normalize; 2-100000 characters."}},"required":["idempotency_key","raw_intake"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-19T10:15:40.673Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T10:15:40.653Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 422ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.crossingkeyintelligence.com/mcp","reachable":true,"authRequired":false,"latencyMs":422,"serverInfo":{"name":"crossingkey-mcp","version":"2.4.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://crossingkeyintelligence.com/icons/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}