Crest Counterparty Intelligence

Crest Counterparty Intelligence

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

Category
Visit Server

README

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured