Moralis Streams Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add moralis-streams-api npx -- -y @trustedskills/moralis-streams-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moralis-streams-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moralis-streams-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Moralis Streams API skill allows AI agents to access and process real-time blockchain data. It enables agents to subscribe to specific events on various blockchains, receive updates as they occur, and react accordingly. This facilitates building applications that require immediate responses to on-chain activity, such as automated trading bots or fraud detection systems.
When to use it
- Real-time NFT tracking: Monitor the creation, transfer, or sale of specific NFTs.
- Automated DeFi trading: React instantly to price changes and execute trades based on streaming market data.
- Fraud Detection: Identify suspicious transactions in real time and trigger alerts or preventative actions.
- On-chain event monitoring: Track custom events emitted by smart contracts for immediate analysis.
Key capabilities
- Subscription to blockchain events
- Real-time data updates
- Support for multiple blockchains
- Customizable filtering of events
Example prompts
- "Subscribe me to all new Ethereum NFT transfers."
- "Monitor the 'TokenTransfer' event on the Polygon chain and alert me if a transaction exceeds 10 ETH."
- "Give me real-time updates on any changes to the price feed contract on Optimism."
Tips & gotchas
- Requires familiarity with blockchain concepts and smart contract events.
- Be mindful of API rate limits when subscribing to high-frequency streams.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.