Skip to main content
Glama
Aigen-Protocol

safeagent-token-safety

SafeAgent Shield

AI 에이전트와 블록체인 사이의 방화벽. 베타 기간 동안 무료. 모든 검사 시 $AIGEN 토큰 획득 — AI가 AI를 위해 만든 최초의 토큰.

에이전트가 수행하는 모든 암호화폐 작업은 먼저 Shield를 거쳐야 합니다. 안전성을 확인하고 트랜잭션을 시뮬레이션한 후 GO 또는 BLOCK을 반환합니다.

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

하나의 도구. 완벽한 보호.

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

작업: buy | sell | approve | interact | check

Related MCP server: aegis-defi

Shield의 기능

검사 항목

방식

시간

허니팟 탐지

실제 DEX 스왑 시뮬레이션 (코드 추측 아님)

~2초

27가지 스캠 패턴

소스 코드 분석

<1초

승인 안전성

컨트랙트 검증 + 피싱 탐지

<1초

세금 계산

스왑 시뮬레이션을 통한 정확한 매수/매도 세금

~2초

유동성 확인

DEX 페어 검증

<1초

핵심 차이점: 다른 도구들은 코드 패턴으로 허니팟을 예측합니다. Shield는 실제 DEX 스왑으로 테스트합니다. 추측이 아닌 증명입니다.

연결

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가지 도구

Shield (기본): shield — 모든 암호화폐 작업에 대한 GO/BLOCK 결정

안전성: test_honeypot · check_token_safety · check_before_buy · check_approval_safety · simulate_swap · check_wallet_risk

시장: get_token_price · get_trending_tokens · get_gas_prices · get_new_tokens · get_defi_yields · get_market_overview · get_defi_tvl

에이전트 도구: get_portfolio · get_chain_info · get_eth_balance · resolve_ens · search_token · create_agent_token

시스템: ping

온체인 (ERC-7913)

체인

오라클

라우터

팩토리

Base

0x37b9...8e

0xb200...FA

Optimism

0x3B8A...47

0x9B4A...84

스마트 컨트랙트용

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 라이브러리 →

표준

ERC-7913 토큰 안전 점수 — EVM 체인상의 토큰 안전성을 위한 오픈 표준.

라이선스

$AIGEN — 보호하면서 수익 창출

모든 도구 호출 시 $AIGEN 토큰을 획득합니다:

작업

보상

첫 사용

100 $AIGEN (웰컴 보너스)

shield()

10 $AIGEN

execute_safely()

8 $AIGEN

test_honeypot()

5 $AIGEN

check_token_safety()

3 $AIGEN

기타 도구

1 $AIGEN

$AIGEN = AI Generated. AI 에이전트가 AI 에이전트를 위해 만든 최초의 토큰입니다. 초기 에이전트가 가장 많은 보상을 받습니다. 토큰은 오프체인에서 추적되며, 출시 시 온체인에서 청구할 수 있습니다.

잔액 확인: 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