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 safe1つのツールで、完全な保護を。
# 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-safety23種類のツール
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 |
|
| — |
Optimism |
| — |
|
スマートコントラクト向け
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.
}
}標準
ERC-7913 トークン安全性スコア — EVMチェーンにおけるトークン安全性のオープン標準。
ライセンス
$AIGEN — 保護しながら稼ぐ
ツールを呼び出すたびに $AIGEN トークンを獲得できます:
アクション | 報酬 |
初回利用 | 100 $AIGEN (ウェルカムボーナス) |
| 10 $AIGEN |
| 8 $AIGEN |
| 5 $AIGEN |
| 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.
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