Skip to content
Back to search
100
MCP live v1.3.0 MCP 2025-11-25 streamable-http

io.github.acarchidi/agentforge

io.github.acarchidi/agentforge

DeFi safety layer for AI agents: wallet safety, token risk, tx decode/simulate. 20 tools.

Uptime
25.0%
4 direct probes · 30d
Response
576ms
last probe
Tools
20
callable
Resources
0
readable
Prompts
0
available

Tools · 20

token_intel

Lightweight token lookup: price, market cap, volume, and basic risk assessment for any EVM or Solana token.

token_research

Multi-source token intelligence: market data, DeFi metrics, contract verification, prediction markets, holder analysis, price history, and AI risk assessment. Aggregates CoinGecko, DeFiLlama, Ethersca…

code_review

Smart contract security analysis. Finds vulnerabilities, suggests gas optimizations, flags best practice violations. Supports Solidity, Rust, Move, TypeScript.

contract_docs

Generate documentation for any verified EVM smart contract. Returns function descriptions, risk flags, interaction patterns, and security posture.

contract_monitor

Monitor recent contract activity for suspicious admin operations, proxy upgrades, ownership changes, and pause events.

token_compare

Compare a primary token against up to 3 others. Returns full research on primary, abbreviated metrics on comparisons, plus AI comparative analysis.

tx_decode

Decode any EVM transaction: function call, parameters, token transfers, and plain-English explanation.

approval_scan

Scan a wallet for risky token approvals. On EVM chains: identifies unlimited ERC-20 approvals and unverified spenders. On Solana: scans SPL token delegate authorities. Returns risk assessment.

gas_oracle

Current gas prices (slow/standard/fast) for any supported EVM chain with trend analysis.

sentiment

Analyze sentiment of text in crypto, finance, social media, or general context. Returns score (-1 to 1), confidence, label (very_bearish to very_bullish), reasoning, and per-entity sentiment.

summarize

Summarize text with configurable length (brief/standard/detailed), format (prose/bullet_points/structured), and optional topic focus. Returns summary, key points, and compression ratio.

translate

Translate text to any language with tone control (formal/casual/technical). Auto-detects source language. Preserves formatting and cultural nuances.

wallet_safety

Comprehensive wallet safety check: scans approvals, analyzes recent transaction activity for suspicious patterns, and assesses target contract risk. Returns composite risk score (0-100), risk level, a…

pool_snapshot

Get a cached snapshot of top DeFi liquidity pools. Filter by protocol (e.g. "uniswap-v3"), chain (e.g. "ethereum"), or token symbol (e.g. "ETH"). Returns TVL, APY, 24h volume, IL risk, and registry en…

token_risk_metrics

Quantitative risk metrics for any ERC-20 token: holder concentration (top 10 holder %), contract permissions (can mint/burn/pause/blacklist), liquidity depth vs market cap, deployer history, and weigh…

registry_lookup

Look up a contract address in the Known Contract Label Registry. Returns protocol name, category, risk level, and tags. Free — no payment required.

solana_program_lookup

Look up a Solana program ID in the program label registry. Returns protocol name, category, risk level. Free — no payment required.

solana_tx_explain

Explain a Solana transaction in plain English: labeled programs, token/SOL movements, success status, and risk flags.

solana_tx_simulate

Simulate a Solana transaction before signing it: balance changes, labeled programs, deterministic risk rules, and a proceed/caution/avoid recommendation.

solana_token_risk_scan

Solana token rug check: mint/freeze authority, holder concentration, liquidity depth, and a composite 0-100 risk score.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.acarchidi/agentforge": {
      "url": "https://agentforge-taupe.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}