Skip to main content
Glama

Server Details

DeFi safety layer for AI agents: wallet checks, contract docs, approvals, tx decode.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
acarchidi/agentforge
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

16 tools
approval_scanInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain network (includes Solana support)ethereum
addressYesWallet address to scan (0x-prefixed for EVM, base58 for Solana)
code_reviewInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesSmart contract source code
focusNoAnalysis focus areaall
languageNoProgramming languagesolidity
previousCodeNoPrevious version for diff review
contract_docsInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
addressYesContract address
focusFunctionsNoSpecific functions to document
contract_monitorInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
addressYesContract address
lookbackHoursNoHours to look back (max 168)
gas_oracleInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
pool_snapshotInspect

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 enrichment. Data refreshed every 15 minutes.

ParametersJSON Schema
NameRequiredDescriptionDefault
poolNoFilter by specific pool address or DeFi Llama pool ID
chainNoFilter by chain, e.g. "ethereum", "base", "arbitrum"
limitNoMax results (1-100)
orderNoSort orderdesc
tokenNoFilter pools containing this token symbol, e.g. "ETH", "USDC"
offsetNoPagination offset
sortByNoSort fieldtvl
protocolNoFilter by protocol name, e.g. "uniswap-v3", "curve", "aave"
registry_lookupInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain network (e.g., ethereum, base)
addressYesContract address (0x-prefixed)
sentimentInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to analyze for sentiment
contextNoContext for sentiment analysiscrypto
summarizeInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to summarize
focusNoOptional topic to focus the summary on
formatNoOutput formatstructured
maxLengthNoSummary lengthstandard
token_compareInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
compareYesTokens to compare against (1-3)
primaryYesPrimary token to research
token_intelInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
addressYesToken contract address or name
token_researchInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
queryYesToken name, symbol, or contract address
includeNoData modules to include (default: market_data, defi_metrics, contract_info, risk_assessment)
token_risk_metricsInspect

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 weighted composite risk score (0-100). Pre-computed for top tokens, live-computed for others.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
addressYesToken contract address (0x-prefixed)
translateInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to translate
toneNoTranslation toneformal
sourceLanguageNoSource language (auto-detected if omitted)
targetLanguageYesTarget language (e.g., Spanish, French, Japanese)
tx_decodeInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
txHashYesTransaction hash (0x-prefixed, 64 hex chars)
wallet_safetyInspect

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, action items, and related service suggestions. Supports EVM chains and Solana.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain network (includes Solana support)ethereum
depthNoAnalysis depth: quick (approvals only), standard (approvals + activity), deep (extended history + all patterns)standard
walletAddressYesWallet address to check (0x-prefixed for EVM, base58 for Solana)
targetContractNoOptional target contract address to assess before interaction

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.