Server Details
On-chain security and intelligence for Base chain trading agents. Token risk analysis, security checks, narrative momentum, and agent trust scores.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
10 toolsagent_credit_risk_indexInspect
Financial credit risk scoring for ACP agents. Three pillars: realized liquidity (USDC balance vs job fees, 40%), execution reliability (success rate weighted by volume, 40%), wallet maturity (age + VIRTUAL holdings, 20%). Returns credit score 0-100 with rating (prime/standard/subprime/unrated). Handles liquid-lean agents (high volume, low balance) without penalty. $1.00/query.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Virtuals ACP agent ID (integer) |
agent_trust_scoreInspect
Composite agent reliability rating. Scores any ERC-8004/ACP registered agent on 4 pillars: ACP performance (40%), network position (25%), operational health (25%), metadata compliance (10%). Accepts agent_address (0x hex) or agent_id (number). Returns trust score 0-100 with breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | ACP/ERC-8004 numeric agent ID | |
| agent_address | No | 0x-prefixed wallet address of the agent to score |
graduation_readiness_checkInspect
Live graduation readiness audit for ACP agents ($5.00 USDC). Fires real test jobs against your services, scores job lifecycle handling, schema correctness, and output consistency. Provides blockers, warnings, and remediation steps.
| Name | Required | Description | Default |
|---|---|---|---|
| offering_name | No | Specific service offering to check (default: all) | |
| target_agent_address | Yes | 0x-prefixed wallet address of the ACP agent to check |
il_calculatorInspect
Calculate impermanent loss for standard AMM (x*y=k) or concentrated liquidity (V3) positions. Optionally compute net yield after IL with APY.
| Name | Required | Description | Default |
|---|---|---|---|
| pool_type | No | standard (default) or concentrated | |
| entry_price | Yes | Price at LP entry | |
| price_lower | No | Lower range bound (concentrated only) | |
| price_upper | No | Upper range bound (concentrated only) | |
| holding_days | No | Holding period in days (default: 7) | |
| current_price | Yes | Current price | |
| gross_apy_percent | No | Gross APY for net yield calculation | |
| position_size_usd | Yes | Position size in USD |
prediction_marketInspect
Crypto prediction market data from Polymarket. Returns current odds, volume, and liquidity for crypto-relevant events.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of markets to return (default: 10, max: 50) | |
| query | No | Search query to filter markets (e.g. "bitcoin", "ethereum") |
security_checkInspect
Fast GoPlus-only token security scan. Returns honeypot status, contract verification, ownership flags, and holder concentration. Sub-second response time. No social or on-chain analysis.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain network. Default: "base". Supports: base, ethereum | |
| token_address | Yes | 0x-prefixed contract address to scan for security issues |
technical_analysisInspect
Deterministic TA indicators from GeckoTerminal OHLCV candle data. RSI(14), SMA(20/50), Bollinger Bands, support/resistance levels, volume profile, trend direction.
| Name | Required | Description | Default |
|---|---|---|---|
| timeframe | No | Candle timeframe: 15m, 1h (default), 4h, 1d | |
| token_address | Yes | 0x-prefixed token contract address on Base |
token_market_snapshotInspect
Comprehensive market data snapshot for any Base token via DexScreener. Returns price, volume (1h/6h/24h), liquidity, buy/sell ratio, price changes, market cap, FDV, and DEX pair info. Sub-second response.
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | 0x-prefixed token contract address on Base chain | |
| include_all_pairs | No | Include details for all DEX pairs (default: false, primary pair only) |
token_risk_analysisInspect
Comprehensive multi-source token risk scoring. Combines GoPlus honeypot detection, DexScreener liquidity analysis, Dune on-chain analytics, and SocialData narrative monitoring. Returns a 0-100 risk score with detailed check results. Response time ~3-5 seconds.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain network. Default: "base". Supports: base, ethereum | |
| token_address | Yes | 0x-prefixed contract address on Base chain (40 hex characters) | |
| analysis_depth | No | Analysis depth: "standard" (GoPlus + DexScreener, ~3s) or "deep" (adds Dune + social, ~8s) |
yield_scannerInspect
IL-adjusted Base yield opportunities. Combines DefiLlama yields with IL analysis, ranks pools by risk-adjusted net APY.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top pools (default: 10, max: 50) | |
| min_tvl_usd | No | Minimum TVL filter in USD (default: 10000) | |
| holding_days | No | Holding period for IL calculation (default: 30) | |
| stablecoin_only | No | Only return stablecoin pools |
To claim this server, publish 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 server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!