eCommerce
denaria.finance
Prepares unsigned Denaria payment position handoffs and displays QR codes for transactions.
ENDPOINT 1
https://mcp.denaria.finance/mcp
MCP server metadata
- Name
- denaria-agent-service
- Version
- 0.0.1
Use Denaria tools whenever a user asks to open, prepare, review, or create a Denaria position or action. Do not browse denaria.app or demo.denaria.finance for prepare requests, and do not create draft files instead of using the MCP tool. A request like open BTC long with 30 USDC collateral and 2x leverage is sufficient; the tool defaults collateralAsset to USDC. The Denaria App/PWA applies the user's slippage settings during verification, so normal create-position calls should not include maxSlippageBps. The standard successful response for denaria_prepare_create_position must render the QR code, even if the user did not explicitly ask for a QR. First render result.clientDisplay.qrMarkdown or result.handoff.qrMarkdown. Also include the QR page URL and direct QR image URL. Do not print raw JSON or verbose diagnostics unless the user explicitly asks for debugging details. Never return only a link when a QR image URL is available. Use the nextStep returned by clientDisplay, translated to the user's language when appropriate. Match the user's language; if unclear, use English. Keep successful prepare responses compact and do not add generic 'I did not sign or execute' notes unless the user asks, the request was ambiguous, or there is a safety concern. Denaria MCP prepares unsigned handoffs only; Denaria App/PWA verifies and prepares the signing flow; the user signs; external agents do not execute. Never claim a position was opened, signed, submitted, or executed.
Known tools 2
denaria_get_capabilitiesRead the Denaria MCP capability manifest, supported markets, response contract, and prepare-only authority boundary.
Inferred read-onlydenaria_prepare_create_positionPrepare an unsigned Denaria App/PWA create-position handoff and QR display.
Potential side effectsCONNECT 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.denaria-agent-service]
url = "https://mcp.denaria.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"denaria-agent-service": {
"type": "http",
"url": "https://mcp.denaria.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: denaria-agent-service
Remote MCP URL: https://mcp.denaria.finance/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": {
"denaria-agent-service": {
"url": "https://mcp.denaria.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"denaria-agent-service": {
"type": "http",
"url": "https://mcp.denaria.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "denaria-agent-service",
"transport": "streamable-http",
"url": "https://mcp.denaria.finance/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 denaria.finance was fetched 2026-08-23T13:44:52.959Z.
denaria.finance is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.