A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"verichain-ai-server": {
"url": "https://verichain-ai-6a6c5eeb-agentops-srmist.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
"verichain-ai-server": {
"serverUrl": "https://verichain-ai-6a6c5eeb-agentops-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.verichain-ai-server] url = "https://verichain-ai-6a6c5eeb-agentops-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://verichain-ai-6a6c5eeb-agentops-srmist.app.nitrocloud.ai/mcp
Decodes and registers an uploaded document in the database.
Extracts claims and facts from a registered document using LLM or heuristics.
Verifies evidence claims of a given document and assigns credibility scores.
Scans and reports contradictions/outdated revisions for a decision context.
Calculates multidimensional risk matrix based on current database evidence.
Compiles agent results and renders Approve/Reject recommendation status.
Assembles all document evidence and risk analyses into a PDF report file.
Returns the absolute file path of the generated PDF evidence audit report.
Exports complete decision audit data structure as a JSON formatted string.
Exports printable HTML verification report for user web presentation.