Trustmesh Mcp

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "trustmesh-mcp": {
      "url": "https://dinktrustmain-6a59-error108-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "trustmesh-mcp": {
      "serverUrl": "https://dinktrustmain-6a59-error108-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.trustmesh-mcp]
url = "https://dinktrustmain-6a59-error108-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://dinktrustmain-6a59-error108-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
verify_mandate

Cryptographically verifies a signed payment/shopping mandate using Ed25519 signatures, checking for tampering and key trust status.

score_transaction_risk

Calculates transaction risk using clear, rule-weighted heuristics satisfying RBI transparency and explainability standards.

build_trust_graph

Constructs the cryptographic and structural mandate trust graph, returning node/edge statuses for visual widget rendering.

kill_switch_override

Enforces human-in-the-loop kill switches to instantly block/suspend/resume transacting capabilities of agents, mandates or transactions in compliance with RBI MRM guidelines.

get_live_market_context

Fetches live NSE BFSI sector stock data and calculates market sentiment. Enriches agent transaction risk assessments with macroeconomic signals (e.g., if the overall banking sector is bearish, agentic payment risk thresholds should tighten). Also converts transaction amounts between currencies using live exchange rates.

query_audit_ledger

Allows an auditing AI agent or human compliance officer to query the immutable SHA-256 chained audit logs using semantic filters (date ranges, target IDs, actions).

revoke_agent_keys

Permanently revokes an Ed25519 cryptographic keypair, adding it to a Key Revocation List (KRL).

simulate_market_shock

Temporarily overrides live NSE data and FX rates to simulate severe market conditions (e.g., massive currency devaluation or a banking sector crash).

escalate_to_manual_review

Explicitly routes a borderline transaction into a human compliance queue, rather than auto-approving or auto-blocking.