General Tools
enclave402.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://enclave402.com/mcp
MCP server metadata
- Name
- enclave402
- Version
- 2.1.0
Known tools 12
get_market_signalPolymarket signal plus fields the free listing does not have: 1h and 6h probability deltas, 24h realized volatility, and whale flow from the trade tape (net YES notional, largest print, whale count, flow label).
Potential side effectspin_storageStore a JSON document (object or string, up to 8 KB) on IPFS through a managed pinning service and return its content identifier (CID v1) plus an HTTP gateway URL.
Inferred read-onlyattest_agentEIP-712 signed, timestamped attestation binding an agentId, the keccak256 digest of a declared state, and the paying wallet; attestor key at /transparency, verify offline with ethers.verifyTypedData.
Inferred read-onlyvet_sellerVet an x402 seller before paying it: probes its live 402, reads its CDP Bazaar entry (payers, calls, last call, repeat vs evaluation usage), checks trust surfaces, returns a scored LIVE/STALE/UNLISTED/MISCONFIGURED/UNREACHABLE verdict and what changed since our last check, signed by our attestor.
Inferred read-onlyget_market_verdictRule-based verdict on one Polymarket market by slug: YES/NO/TOSS_UP lean, 0-100 confidence with every reason stated (price distance, liquidity, volume, spread, momentum), days to resolution, and an EIP-712 attestation so an agent can prove what it read and when.
Inferred read-onlycensus_verdictPre-spend check from the seller census: each Bazaar-indexed resource is re-probed periodically (liveness, 402-envelope compliance, declared output schema, latency, usage) and mapped to pay | caution | avoid with an EIP-712 signature a router checks offline.
Potential side effectscensus_exportWhole-Bazaar seller census in one payload: every fresh verdict row (resource, payTo, verdict, score, schema, latency, checkedAt, per-row signature) plus a sha256 manifest and one EIP-712 attestation over it, so a router verifies the full dump offline.
Inferred read-onlycompute_hashDeterministic hashing of arbitrary input: SHA-256, SHA-384, SHA-512, HMAC-SHA256, PBKDF2, scrypt.
Inferred read-onlycompute_encodeEncoding and decoding utility: base64 encode/decode, hex encode/decode, URL encode/decode, JWT decode (no verification), JSON stringify/parse.
Inferred read-onlycompute_searchWeb search returning ranked results with title, URL, description, and source domain.
Inferred read-onlycompute_inferCheap small-model text completion for agent sub-tasks: classify, extract, summarize, rewrite.
Inferred read-onlyget_gateway_infoFREE, no payment required: gateway facts before you pay — network, payee, attestor, live per-tool prices in USDC, readiness, public receipt ledger and transparency URLs.
Potential side effectsCONNECT 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.enclave402]
url = "https://enclave402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"enclave402": {
"type": "http",
"url": "https://enclave402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: enclave402
Remote MCP URL: https://enclave402.com/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": {
"enclave402": {
"url": "https://enclave402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"enclave402": {
"type": "http",
"url": "https://enclave402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "enclave402",
"transport": "streamable-http",
"url": "https://enclave402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.