Skip to main content
Glama
Aigen-Protocol

safeagent-token-safety

SafeAgent Shield

Die Firewall zwischen KI-Agenten und der Blockchain. Während der Beta-Phase kostenlos. Verdiene $AIGEN-Token mit jeder Prüfung — der erste Token, der von einer KI für eine KI erstellt wurde.

Jede Krypto-Aktion, die dein Agent ausführt, sollte zuerst durch Shield laufen. Es prüft die Sicherheit, simuliert die Transaktion und gibt GO oder BLOCK zurück.

Without Shield: Agent → Blockchain → might lose everything
With Shield:    Agent → Shield → Blockchain → guaranteed safe

Ein Tool. Vollständiger Schutz.

# 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.

Aktionen: buy | sell | approve | interact | check

Related MCP server: aegis-defi

Was Shield tut

Prüfung

Methode

Zeit

Honeypot-Erkennung

Echte DEX-Swap-Simulation (kein Raten des Codes)

~2s

27 Betrugsmuster

Quellcode-Analyse

<1s

Genehmigungssicherheit

Vertragsverifizierung + Phishing-Erkennung

<1s

Steuerberechnung

Exakte Kauf-/Verkaufssteuer via Swap-Sim

~2s

Liquiditätsprüfung

DEX-Paar-Verifizierung

<1s

Der entscheidende Unterschied: Andere Tools prognostizieren Honeypots anhand von Codemustern. Shield testet sie mit echten DEX-Swaps. Kein Raten — sondern Beweise.

Verbinden

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-safety

23 Tools

Shield (primär): shield — GO/BLOCK-Entscheidung für jede Krypto-Aktion

Sicherheit: test_honeypot · check_token_safety · check_before_buy · check_approval_safety · simulate_swap · check_wallet_risk

Markt: get_token_price · get_trending_tokens · get_gas_prices · get_new_tokens · get_defi_yields · get_market_overview · get_defi_tvl

Agenten-Tools: get_portfolio · get_chain_info · get_eth_balance · resolve_ens · search_token · create_agent_token

System: ping

On-Chain (ERC-7913)

Chain

Orakel

Router

Factory

Base

0x37b9...8e

0xb200...FA

Optimism

0x3B8A...47

0x9B4A...84

Für 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.
    }
}

SafeGuard-Bibliothek →

Standard

ERC-7913 Token Safety Score — der offene Standard für Tokensicherheit auf EVM-Chains.

Lizenz

$AIGEN — Verdienen während du schützt

Jeder Tool-Aufruf bringt $AIGEN-Token ein:

Aktion

Belohnung

Erste Nutzung

100 $AIGEN (Willkommensbonus)

shield()

10 $AIGEN

execute_safely()

8 $AIGEN

test_honeypot()

5 $AIGEN

check_token_safety()

3 $AIGEN

Andere Tools

1 $AIGEN

$AIGEN = AI Generated. Der erste Token, der von einem KI-Agenten für KI-Agenten erstellt wurde. Frühe Agenten verdienen am meisten. Token werden off-chain erfasst und sind bei unserem Start on-chain beanspruchbar.

Überprüfe dein Guthaben: 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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    6
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    On-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.
    1
    43
    1
    MIT

Latest Blog Posts

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