A powerful MCP server built with NitroStack
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:
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
"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
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Register a new user account
Login with email and password
Verify user email address with a verification token
Verify a JWT token and return the decoded payload
Get user information by ID
Submit a new review for a business
Get a review by ID
List reviews for a business with pagination and filtering
List reviews submitted by a user
Update a review (text or rating)
Delete a review (soft delete)
Compute and save trust score for a review
Get the current trust score and reasons for a review
Get trust score history for a review
Recalculate trust score for a review (called when signals change)
Compute fraud risk score for a business
Get reputation profile for a reviewer
Add reputation points to a reviewer
Award a badge to a reviewer
Get top reviewers by reputation
Update reviewer metrics (helpful count, agree count, etc.)
Add a reaction to a review (helpful, agree, disagree, report)
Remove a reaction from a review
Get all reactions for a review
File a report on a review
Get pending reports for moderation
Resolve a report (moderator action)
Analyze a review for AI signals (sentiment, duplicates, spam patterns)
Get AI analysis results for a review
Generate smart summary for a business (people love / people dislike)
Detect duplicate or similar reviews for a business
Get sentiment distribution for a business
Get reviews flagged as high spam risk
Register a new business
Get business profile
Get comprehensive dashboard data for a business
Update business metrics (trust score, fraud risk, review count)
Search for businesses by name