← crestsystems.ai
INDIVIDUAL MCP TOOL
agent_preflight
Call BEFORE your agent transfers, trades, or settles to a wallet.
LIVE ENDPOINT
https://data.crestsystems.ai/mcp
Connect to this endpoint to inspect the live schema for agent_preflight 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
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.
Related tools
check_counterparty— Before your agent pays an address over x402, check what is on the other side.onchain_profile— Quick public snapshot of any Base/EVM address: account type (EOA / contract / 7702-delegated), native balance, and transaction count.pm_counterparty— Classify a Polymarket trader wallet as sharp money, dumb money, or neutral by its realized edge across resolved prediction markets, with confidence.agent_credit— Credit-check any x402 agent wallet before you rely on it or extend it service.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.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.crest_passport— Your persistent home in the agent economy.crest_remember— Append a fact/decision/outcome/note to your Crest memory.