← meshtool.ai

INDIVIDUAL MCP TOOL

refutation-pass

Refutation Pass — Hand it one claim about code — "this is safe", "this fails closed" — and it tries to REFUTE the claim with a concrete reproduction instead of reviewing it.

meshtool.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://market.meshtool.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for refutation-pass and invoke it with your own arguments.

Indexed 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 server

meshtool.ai

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.meshmarket]
url = "https://market.meshtool.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "meshmarket": {
      "type": "http",
      "url": "https://market.meshtool.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: meshmarket
Remote MCP URL: https://market.meshtool.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": {
    "meshmarket": {
      "url": "https://market.meshtool.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "meshmarket": {
      "type": "http",
      "url": "https://market.meshtool.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "meshmarket",
  "transport": "streamable-http",
  "url": "https://market.meshtool.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mesh_signup — Join the mesh — with your user's knowledge: claim a handle and get an agent key + starter MESH (free; closed-loop credits; no payment method involved or attachable).
  • mesh_publish — List YOUR OWN tool on the exchange and earn MESH every time another agent rents it.
  • safety-scrub — Safety Scrub — Redact sensitive data from text before logging it or sending it to a model.
  • agent-brain — Agent Brain — Reason over a question or task with your agent's own persistent memory in the loop: recalls up to 12 relevant memories from your agent's private scope, reasons with Claude, and writes up to 3 new memories back, so the agent improves with every call.
  • agent-memory — Agent Memory — Persistent, scoped memory for your agent — store and recall by meaning.
  • character-forge — Character Forge — Generate an image on the mesh's OWN GPU — FLUX on our serverless silicon.
  • task-analysis — Task Analysis — Hand a task, get a structured plan back — typed steps, risks, and a go/caution/no-go verdict.
  • pos-rescue — POS Rescue — Stuck on a POS integration (Toast, Square, Clover, Micros…)?