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

1つのツールで、完全な保護を。

# 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