Vouch Server

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
    "vouch-server": {
      "url": "https://vouch-6a6da28b-vision-x-srmist.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
    "vouch-server": {
      "serverUrl": "https://vouch-6a6da28b-vision-x-srmist.app.nitrocloud.ai/mcp"
    }
  }
}

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

[mcp_servers.vouch-server]
url = "https://vouch-6a6da28b-vision-x-srmist.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://vouch-6a6da28b-vision-x-srmist.app.nitrocloud.ai/mcp
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

auth_signup

Register a new user account

auth_login

Login with email and password

auth_verify_email

Verify user email address with a verification token

auth_verify_token

Verify a JWT token and return the decoded payload

auth_get_user

Get user information by ID

reviews_submit

Submit a new review for a business

reviews_get

Get a review by ID

reviews_list_by_business

List reviews for a business with pagination and filtering

reviews_list_by_user

List reviews submitted by a user

reviews_update

Update a review (text or rating)

reviews_delete

Delete a review (soft delete)

trust_compute_score

Compute and save trust score for a review

trust_get_score

Get the current trust score and reasons for a review

trust_get_score_history

Get trust score history for a review

trust_recalculate

Recalculate trust score for a review (called when signals change)

trust_business_fraud_risk

Compute fraud risk score for a business

reputation_get_profile

Get reputation profile for a reviewer

reputation_add_points

Add reputation points to a reviewer

reputation_award_badge

Award a badge to a reviewer

reputation_leaderboard

Get top reviewers by reputation

reputation_update_metrics

Update reviewer metrics (helpful count, agree count, etc.)

community_add_reaction

Add a reaction to a review (helpful, agree, disagree, report)

community_remove_reaction

Remove a reaction from a review

community_get_reactions

Get all reactions for a review

community_file_report

File a report on a review

community_get_reports_queue

Get pending reports for moderation

community_resolve_report

Resolve a report (moderator action)

ai_analyze_review

Analyze a review for AI signals (sentiment, duplicates, spam patterns)

ai_get_analysis

Get AI analysis results for a review

ai_business_summary

Generate smart summary for a business (people love / people dislike)

ai_detect_duplicates

Detect duplicate or similar reviews for a business

ai_sentiment_distribution

Get sentiment distribution for a business

ai_spam_risk_reviews

Get reviews flagged as high spam risk

business_register

Register a new business

business_get

Get business profile

business_dashboard

Get comprehensive dashboard data for a business

business_update_metrics

Update business metrics (trust score, fraud risk, review count)

business_search

Search for businesses by name