Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables agents to assess counterparty risk, token danger, and wallet creditworthiness on Base by analyzing contract powers and controlling wallet reputation.

README.md

Crest Counterparty Intelligence

Counterparty, credit, and token-risk intelligence for the x402 agent economy. Crest scores the code AND the people behind it, from a settlement graph no directory has.

Live MCP endpoint: https://data.crestsystems.ai/mcp (Streamable HTTP, no auth). On Smithery: crest/counterparty-intelligence.

Why

Before an agent pays a wallet, buys a token, or extends another agent credit, it needs to know what is on the other side. Most scanners read only the contract or only the balance. Crest reads the contract's powers (what it can do) and the reputation of the wallet that controls it (who holds the keys), and gates one by the other. The same powers are safe under a trusted issuer and a rug under an anonymous, drained wallet.

Tools

| Tool | What it does | |---|---| | token_risk | Scan a Base token for rug / honeypot / mint-authority risk. Contract powers (mint, blacklist, pause, upgradeable) gated by the controlling wallet's reputation. Call before buying, swapping, or LPing. | | crest_score | Two-axis creditworthiness for an x402 agent wallet: solvency (will it stay funded) + liveness (will it keep paying). Call before extending service or settlement risk. | | agent_credit | Economic standing of an agent wallet: funded / active / low / drained, with a creditworthiness verdict. | | agent_preflight | Pre-action risk gate. Call before any transfer, trade, or settlement. | | check_counterparty | What is on the other side of an x402 payment: real service, buyer, relayer, or treasury. | | pm_counterparty | Classify a Polymarket trader as sharp or dumb money. | | onchain_profile | Quick public snapshot of any Base address (type, balance, tx count). |

All tools are free and read-only. The deep scored reports are $0.05 x402 calls on Base. Not financial advice.

Examples

token_risk(0x4ed4e862860bed51a9570b96d89af5e1b0efefed)
  -> { risk_level: "low", attack_surface: 20, controller_trust: 0.65 }

crest_score(0xe4a961cf1ee5b305561e38c69ed9dbd058ff036e)
  -> { crest_score: 89, band: "A", decision: "ok_to_extend" }

Run it yourself

This repository is a thin, read-only client over Crest's public preview endpoints. No keys, no database, no secrets.

npm install
node index.mjs        # listens on :8080, MCP at POST /mcp

Add to an MCP client (e.g. Claude Code) pointing at the hosted endpoint:

claude mcp add --transport http crest "https://data.crestsystems.ai/mcp"

About

By Crest Deployment Systems. The de-noised state of the x402 economy is at crestsystems.ai/x402; token risk at crestsystems.ai/token; agent credit at crestsystems.ai/credit.

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.