← smarts.md

INDIVIDUAL MCP TOOL

inspect_address

Inspect any EVM address: classifies it as an EOA / unverified contract / EIP-7702 delegated wallet, returns native-token balance, outgoing tx count (nonce), and reverse-ENS name (Ethereum only).

smarts.mdnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

smarts.md

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.smarts-md]
url = "https://smarts.md/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smarts-md": {
      "type": "http",
      "url": "https://smarts.md/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smarts-md": {
      "type": "http",
      "url": "https://smarts.md/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smarts-md",
  "transport": "streamable-http",
  "url": "https://smarts.md/mcp"
}
MCP Inspector

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

Related tools

  • get_contract_info — Get metadata about a verified smart contract: name, compiler, classification, supported adapters, and counts of functions and events.
  • get_contract_source — Fetch the verified Solidity source for an indexed contract.
  • get_admin_risk — Get the current admin / risk profile for a verified contract: detected privileged controls, current control values, recent governance summary, evidence, warnings, and freshness metadata.
  • get_erc20_info — Get live state of an ERC-20 token: supply (raw + human-formatted), price, market cap, and issuer.
  • get_governance_timeline — Return the governance / admin event history for a contract, newest first.
  • get_polymarket_market — Get Polymarket market metadata and on-chain resolution state by slug or condition_id.
  • get_polymarket_position — Get a wallet's Polymarket CTF outcome-token balances for up to 10 explicit markets.
  • get_polymarket_resolution — Audit a Polymarket market resolution by slug or condition_id.