Analytics
crinkl.xyz
Provides analytics and data summaries for the Crinkl protocol's Gross Merchandise Value and spend signals.
ENDPOINT 1
https://mcp.crinkl.xyz/mcp
MCP server metadata
- Name
- crinkl-commerce
- Version
- 1.1.0
Known tools 22
get-protocol-summaryGet a concise explanation of what Crinkl is and how the protocol works.
Inferred read-onlyget-cumulative-gmvGet cumulative Gross Merchandise Value (GMV) from the public cumulative feed.
Inferred read-onlyget-spend-signalsGet recent verified spend activity signals from the Crinkl network.
Inferred read-onlyresolve-cbsaResolve a CBSA (Core Based Statistical Area) code to its metro area name.
Inferred read-onlyget-merchant-summaryGet aggregated merchant and category distribution across all verified spends.
Inferred read-onlyget-spend-distributionGet the geographic and category distribution of verified spends over a trailing window.
Inferred read-onlyget-settlement-summaryGet reward settlement statistics for supported reward rails.
Inferred read-onlyget-gmv-inclusion-proofGet a Merkle inclusion proof that a specific spend is included in a daily GMV total.
Inferred read-onlyverify-reward-commitmentVerify a reward commitment token's cryptographic integrity.
Inferred read-onlyget-recent-issued-proofsGet recent gateway-issued artifact bundles for portable spend/GMV verification.
Inferred read-onlyget-issuer-keysGet the Crinkl authority's Ed25519 public key used to sign all attestation tokens.
Inferred read-onlyget-vendorsGet the currently approved DKIM vendor domains exposed by the public agent endpoint.
Inferred read-onlyclaim-api-keyPoll for the API key after the human approves the pairing code in the Crinkl PWA.
Inferred read-onlyverify-receiptPreview DKIM verification of a billing email without creating a spend or earning sats.
Potential side effectssubmit-receiptSubmit a DKIM-verified billing email to mint a spend token and earn sats.
Potential side effectsget-agent-meGet your agent's submission count, earned sats, and wallet-level stats.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.crinkl-commerce]
url = "https://mcp.crinkl.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crinkl-commerce": {
"type": "http",
"url": "https://mcp.crinkl.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crinkl-commerce
Remote MCP URL: https://mcp.crinkl.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"crinkl-commerce": {
"url": "https://mcp.crinkl.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crinkl-commerce": {
"type": "http",
"url": "https://mcp.crinkl.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crinkl-commerce",
"transport": "streamable-http",
"url": "https://mcp.crinkl.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crinkl.xyz was fetched 2026-07-27T07:48:43.927Z and is being refreshed.
crinkl.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.