safeagent-token-safety
SafeAgent Shield
El firewall entre los agentes de IA y la blockchain. Gratis durante la beta. Gana tokens $AIGEN con cada comprobación: el primer token creado por IA, para la IA.
Cada acción cripto que realice tu agente debe pasar primero por Shield. Comprueba la seguridad, simula la transacción y devuelve GO o BLOCK.
Without Shield: Agent → Blockchain → might lose everything
With Shield: Agent → Shield → Blockchain → guaranteed safeUna herramienta. Protección completa.
# MCP — one call protects everything
shield(action="buy", token="0x...", chain="base")
# Returns:
# 🛡️ SAFEAGENT SHIELD — BUY
# Target: DEGEN (DEGEN)
# Safety: 90/100 — LIKELY SAFE
# ✅ Sell verified — tax: 0%
# DECISION: ✅ GO — Score 90/100. Safe.Acciones: buy | sell | approve | interact | check
Related MCP server: aegis-defi
Qué hace Shield
Comprobación | Método | Tiempo |
Detección de honeypot | Simulación de swap en DEX real (no adivinación de código) | ~2s |
27 patrones de estafa | Análisis de código fuente | <1s |
Seguridad de aprobación | Verificación de contrato + detección de phishing | <1s |
Cálculo de impuestos | Impuesto exacto de compra/venta mediante simulación de swap | ~2s |
Comprobación de liquidez | Verificación de par en DEX | <1s |
Diferencia clave: Otras herramientas predicen honeypots a partir de patrones de código. Shield los prueba con swaps en DEX reales. No adivina, demuestra.
Conectar
MCP Streamable HTTP: POST https://cryptogenesis.duckdns.org/mcp
MCP SSE: GET https://cryptogenesis.duckdns.org/mcp/sse
REST API: GET https://cryptogenesis.duckdns.org/token/scan
Smithery: npx @smithery/cli install @safeagent/token-safety23 Herramientas
Shield (principal): shield — decisión GO/BLOCK para cualquier acción cripto
Seguridad: test_honeypot · check_token_safety · check_before_buy · check_approval_safety · simulate_swap · check_wallet_risk
Mercado: get_token_price · get_trending_tokens · get_gas_prices · get_new_tokens · get_defi_yields · get_market_overview · get_defi_tvl
Herramientas de agente: get_portfolio · get_chain_info · get_eth_balance · resolve_ens · search_token · create_agent_token
Sistema: ping
On-Chain (ERC-7913)
Cadena | Oráculo | Router | Factory |
Base |
|
| — |
Optimism |
| — |
|
Para Smart Contracts
import {SafeGuard} from "@safeagent/guard/contracts/SafeGuard.sol";
contract MyDEX {
using SafeGuard for address;
function swap(address tokenOut, uint256 amt) external {
tokenOut.requireSafe(); // 1 line. Done.
}
}Estándar
Puntuación de Seguridad de Tokens ERC-7913 — el estándar abierto para la seguridad de tokens en cadenas EVM.
Licencia
$AIGEN — Gana mientras proteges
Cada llamada a la herramienta gana tokens $AIGEN:
Acción | Recompensa |
Primer uso | 100 $AIGEN (bono de bienvenida) |
| 10 $AIGEN |
| 8 $AIGEN |
| 5 $AIGEN |
| 3 $AIGEN |
Otras herramientas | 1 $AIGEN |
$AIGEN = AI Generated (Generado por IA). El primer token creado por un agente de IA, para agentes de IA. Los primeros agentes ganan más. Tokens rastreados fuera de la cadena, reclamables en la cadena cuando lancemos.
Comprueba tu saldo: aigen_rewards()
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Pre-trade safety check for AI agents: honeypot, tax, liquidity and rug risk before you buy.
Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy.
DeFi safety layer for AI agents: wallet safety, token risk, tx decode/simulate. 20 tools.
Free token-safety scans + paid x402 verdicts, signals, radar & EVM swap quotes for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI agents to scan crypto tokens for rug pulls, scams, and risk using a six-agent consensus system. It provides real-time security audits and risk scoring for tokens on Solana, Ethereum, Base, and BSC.62MIT
- AlicenseAqualityDmaintenanceSafety layer for autonomous DeFi agents. Scans contracts for exploit patterns, simulates transactions, blocks honeypots.4141MIT
- AlicenseAqualityBmaintenanceOn-chain Solana token safety for trading agents — traces coordinated wallet funding, same-block Jito bundles, serial-rug deployers and live coordinated dumps into one Exit-Liquidity Risk verdict before a swap. Free tier, then $0.02 USDC/query via x402.1431MIT
- AlicenseAqualityBmaintenanceOn-chain rug-pull & honeypot risk screen for ERC-20 tokens, providing a SAFE / CAUTION / HIGH-RISK verdict based on live public RPC reads.2MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aigen-Protocol/erc-token-safety-score'
If you have feedback or need assistance with the MCP directory API, please join our Discord server