Token Safety Tool for Open Interpreter
Proposal
When Open Interpreter agents handle crypto/DeFi operations, they need to verify tokens are safe before transacting. SafeAgent provides this as a simple API call.
What it does
- Safety score (0-100) for any ERC-20 token
- Honeypot detection via real DEX swap simulation
- 27 scam patterns: hidden mints, ownership exploits, fee traps
- 6 EVM chains: Ethereum, Base, Optimism, Arbitrum, BSC, Polygon
Simple integration
# Direct API — no SDK needed
import requests
result = requests.get("https://cryptogenesis.duckdns.org/scan/base/0xTOKEN_ADDRESS")
safety = result.json()
# Returns: score, risk_level, detected patterns, recommendation
Also available as MCP Server
POST https://cryptogenesis.duckdns.org/mcp (38 tools, Streamable HTTP)
Smithery: @safeagent/token-safety
GitHub: https://github.com/Aigen-Protocol/aigen-protocol
Token Safety Tool for Open Interpreter
Proposal
When Open Interpreter agents handle crypto/DeFi operations, they need to verify tokens are safe before transacting. SafeAgent provides this as a simple API call.
What it does
Simple integration
Also available as MCP Server
GitHub: https://github.com/Aigen-Protocol/aigen-protocol