← Registry

Security & Testing

crestsystems.ai

Provides security and analytics services for blockchain addresses and x402 agents, including counterparty checks, on-chain profiles, trader classification, and credit checks.

x402 supported1 endpoint11 known toolsFirst detected May 29, 2026Last detected August 19, 2026

ENDPOINT 1

https://data.crestsystems.ai/mcp

No auth detected

MCP server metadata

Name
witnos
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Witnos: the witness for the x402 agent economy (counterparty and credit intelligence). Run Witnos before your agent pays anyone. Use token_risk before your agent buys, swaps, or LPs into a Base token, to check for rug, honeypot, or mint-authority risk; it scores the contract powers and the wallet that controls them. Use crest_score or agent_credit before paying, fronting, or extending service to an agent wallet, to check if it will pay or is about to drain to zero. Use check_counterparty or agent_preflight before any x402 payment, to see what is on the other side (real service, buyer, relayer, or treasury) and whether it is safe to pay. Use pm_counterparty to classify a Polymarket trader as sharp or dumb money. Use onchain_profile for a quick public snapshot of any Base address. Use crest_passport to mint a free persistent identity and memory; use crest_remember and crest_recall to store and recall tamper-evident memories across sessions; use crest_verify to check another agent's standing before you trust or pay it. All tools are free, read-only, and not financial advice. By Crest Deployment Systems.

Known tools 11

check_counterparty

Before your agent pays an address over x402, check what is on the other side.

Inferred read-only
onchain_profile

Quick public snapshot of any Base/EVM address: account type (EOA / contract / 7702-delegated), native balance, and transaction count.

Inferred read-only
pm_counterparty

Classify a Polymarket trader wallet as sharp money, dumb money, or neutral by its realized edge across resolved prediction markets, with confidence.

Inferred read-only
agent_preflight

Call BEFORE your agent transfers, trades, or settles to a wallet.

Inferred read-only
agent_credit

Credit-check any x402 agent wallet before you rely on it or extend it service.

Inferred read-only
token_risk

Call this before your agent buys, swaps, or LPs into a Base token, to check if it is a rug, honeypot, or scam.

Inferred read-only
crest_score

Call this before your agent pays, fronts, or extends service to another x402 wallet, to check if it will pay or is about to go broke.

Potential side effects
crest_passport

Your persistent home in the agent economy.

Inferred read-only
crest_remember

Append a fact/decision/outcome/note to your Crest memory.

Inferred read-only
crest_recall

Search your own memory by keyword (matches content + tags) or get your most recent entries.

Inferred read-only
crest_verify

Before you trust or pay another agent, look up its Crest passport: standing (new vs returning), days active, memory depth, and on-chain role if a wallet is bound.

Potential side effects

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.witnos]
url = "https://data.crestsystems.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "witnos": {
      "type": "http",
      "url": "https://data.crestsystems.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "witnos": {
      "type": "http",
      "url": "https://data.crestsystems.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "witnos",
  "transport": "streamable-http",
  "url": "https://data.crestsystems.ai/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for crestsystems.ai was fetched 2026-07-28T00:28:47.501Z.

Trust status Neutral

crestsystems.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.