A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Cryptographically verifies a signed payment/shopping mandate using Ed25519 signatures, checking for tampering and key trust status.
Calculates transaction risk using clear, rule-weighted heuristics satisfying RBI transparency and explainability standards.
Constructs the cryptographic and structural mandate trust graph, returning node/edge statuses for visual widget rendering.
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.
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.
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).
Permanently revokes an Ed25519 cryptographic keypair, adding it to a Key Revocation List (KRL).
Temporarily overrides live NSE data and FX rates to simulate severe market conditions (e.g., massive currency devaluation or a banking sector crash).
Explicitly routes a borderline transaction into a human compliance queue, rather than auto-approving or auto-blocking.