AgentiPy already exposes Solana actions over MCP (agentipy-mcp), but there's no deterministic, evidence-based token check before a trade across the 218 actions. Proposing a verify_token action — or wiring Raven in as a sibling MCP:
raven-verify-mcp (on npm, runs locally) returns pass / warning / risk / unknowable purely from on-chain evidence — mint & freeze authority, Token-2022 transfer hooks / permanent delegate, metadata mutability, CPMM liquidity lock. No ML and no opaque score; it returns unknowable instead of guessing when evidence is missing. The hosted verifier ed25519-signs each result (verify against /pubkey), so the verdict is cryptographically checkable in-process. Happy to draft it as a PR if there's interest.
AgentiPy already exposes Solana actions over MCP (agentipy-mcp), but there's no deterministic, evidence-based token check before a trade across the 218 actions. Proposing a
verify_tokenaction — or wiring Raven in as a sibling MCP:raven-verify-mcp(on npm, runs locally) returns pass / warning / risk / unknowable purely from on-chain evidence — mint & freeze authority, Token-2022 transfer hooks / permanent delegate, metadata mutability, CPMM liquidity lock. No ML and no opaque score; it returnsunknowableinstead of guessing when evidence is missing. The hosted verifier ed25519-signs each result (verify against/pubkey), so the verdict is cryptographically checkable in-process. Happy to draft it as a PR if there's interest.