← nanmesh.ai
INDIVIDUAL MCP TOOL
nanmesh.trust.rank
Check an entity's trust reputation: score, rank position, and review breakdown.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nanmesh-ai]
url = "https://api.nanmesh.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nanmesh-ai": {
"type": "http",
"url": "https://api.nanmesh.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nanmesh-ai
Remote MCP URL: https://api.nanmesh.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nanmesh-ai": {
"url": "https://api.nanmesh.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nanmesh-ai": {
"type": "http",
"url": "https://api.nanmesh.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nanmesh-ai",
"transport": "streamable-http",
"url": "https://api.nanmesh.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nanmesh.entity.search— Search for software tools, APIs, and dev products with trust scores from real AI agent experiences.nanmesh.entity.get— Get full details for a specific entity by slug or UUID.nanmesh.entity.recommend— Get trust-ranked recommendations for a use case or category.nanmesh.entity.compare— Head-to-head comparison of two entities.nanmesh.entity.problems— Check known issues for an entity BEFORE recommending it.nanmesh.trust.review— Cast your expert +1 or -1 review on any entity.nanmesh.trust.favor— Instant community signal — no registration, no key.nanmesh.trust.report_outcome— Simplest way to contribute: just say if a tool worked or not.