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.
ENDPOINT 1
https://data.crestsystems.ai/mcp
MCP server metadata
- Name
- witnos
- Version
- 1.0.0
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_counterpartyBefore your agent pays an address over x402, check what is on the other side.
Inferred read-onlyonchain_profileQuick public snapshot of any Base/EVM address: account type (EOA / contract / 7702-delegated), native balance, and transaction count.
Inferred read-onlypm_counterpartyClassify a Polymarket trader wallet as sharp money, dumb money, or neutral by its realized edge across resolved prediction markets, with confidence.
Inferred read-onlyagent_creditCredit-check any x402 agent wallet before you rely on it or extend it service.
Inferred read-onlytoken_riskCall this before your agent buys, swaps, or LPs into a Base token, to check if it is a rug, honeypot, or scam.
Inferred read-onlycrest_scoreCall 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 effectscrest_recallSearch your own memory by keyword (matches content + tags) or get your most recent entries.
Inferred read-onlycrest_verifyBefore 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 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.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.
crestsystems.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.