streamable-httpMITupdated 5mo ago
12 DeFi Risk & Compliance tools for Arbitrum — built for the Vibekit ecosystem and Trailblazer 2.0 grant program.
What can you do with arbitrumoracle?
ArbitrumOracle MCP Server
12 DeFi Risk & Compliance tools for Arbitrum — built for the Vibekit ecosystem and Trailblazer 2.0 grant program.
The only MCP server providing compliance intelligence for the Arbitrum DeFi ecosystem. While other tools help you trade — ArbitrumOracle helps you trade safely.
🔗 Live Endpoint
https://tooloracle.io/arbitrum/mcp/
Tools (12)
| Tool | Description |
|---|---|
arb_overview |
Arbitrum ecosystem overview: ARB price, TVL, protocol count, chain status |
arb_token_risk |
Risk score for any token by contract address (verification, proxy, activity) |
arb_protocol_health |
Protocol health check: TVL, audit status, risk grade (GMX, Aave, Pendle…) |
arb_gas_tracker |
Current gas prices with USD cost estimates for transfers and swaps |
arb_whale_watch |
Monitor large transactions for any address |
arb_contract_check |
Smart contract risk analysis: verification, proxy, compiler, license |
arb_defi_yields |
Compare DeFi yields across all Arbitrum protocols |
arb_protocol_list |
All major DeFi protocols ranked by TVL |
arb_stablecoin_risk |
Stablecoin supply and risk analysis (USDC, USDT, DAI…) |
arb_bridge_flows |
Bridge deposit/withdrawal flow monitoring |
arb_token_screening |
Compliance screening: verification, risk flags, basic AML check |
arb_liquidity_scan |
DEX liquidity and volume analysis across 124 Arbitrum exchanges |
Quick Start
Claude Desktop / Claude Code
{
"mcpServers": {
"arbitrumoracle": {
"url": "https://tooloracle.io/arbitrum/mcp/"
}
}
}
Cursor / Windsurf
Add to MCP settings:
Name: ArbitrumOracle
URL: https://tooloracle.io/arbitrum/mcp/
Vibekit Integration
ArbitrumOracle is designed to work as a community MCP tool within the Arbitrum Vibekit framework. Agents can use ArbitrumOracle tools for risk-aware DeFi operations:
Agent: "Check if this token is safe before swapping"
→ arb_token_risk + arb_contract_check + arb_liquidity_scan
→ Risk-informed trading decision
Data Sources
- Arbiscan API — Contract verification, transaction data, gas prices
- DeFiLlama — TVL, protocol health, yields, stablecoin supply, DEX volumes, bridge flows
- CoinGecko — Token prices, market data
Why Compliance Matters for Arbitrum
Arbitrum is positioning as the institutional-grade Layer 2 — Robinhood builds tokenized equities on it. As institutions enter, they need risk intelligence:
- Is this token contract verified and non-upgradeable?
- What's the protocol's audit status and TVL trend?
- Are there whale movements signaling risk?
- Which stablecoins on Arbitrum are safe to hold?
ArbitrumOracle answers these questions via MCP, so both human users and AI agents can make risk-informed decisions.
Part of ToolOracle
ArbitrumOracle is one of 55+ MCP servers in the ToolOracle ecosystem, built by FeedOracle Technologies — EU-based compliance infrastructure for regulated tokenized markets.
License
MIT
Install
Add arbitrumoracle to your client. Pick the one you use.
claude mcp add --transport http arbitrumoracle https://tooloracle.io/arbitrum/mcp/codex mcp add arbitrumoracle --url https://tooloracle.io/arbitrum/mcp/{
"mcpServers": {
"arbitrumoracle": {
"url": "https://tooloracle.io/arbitrum/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"arbitrumoracle": {
"type": "http",
"url": "https://tooloracle.io/arbitrum/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"arbitrumoracle": {
"url": "https://tooloracle.io/arbitrum/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"arbitrumoracle": {
"serverUrl": "https://tooloracle.io/arbitrum/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
12 tools
arbitrumoracle exposes 12 tools to a connected agent.
- arb_overview
- Arbitrum ecosystem overview: ARB price, TVL, protocol count, chain status
- arb_token_risk
- Risk score for any token by contract address (verification, proxy, activity)
- arb_protocol_health
- Protocol health check: TVL, audit status, risk grade (GMX, Aave, Pendle…)
- arb_gas_tracker
- Current gas prices with USD cost estimates for transfers and swaps
- arb_whale_watch
- Monitor large transactions for any address
- arb_contract_check
- Smart contract risk analysis: verification, proxy, compiler, license
- arb_defi_yields
- Compare DeFi yields across all Arbitrum protocols
- arb_protocol_list
- All major DeFi protocols ranked by TVL
- arb_stablecoin_risk
- Stablecoin supply and risk analysis (USDC, USDT, DAI…)
- arb_bridge_flows
- Bridge deposit/withdrawal flow monitoring
- arb_token_screening
- Compliance screening: verification, risk flags, basic AML check
- arb_liquidity_scan
- DEX liquidity and volume analysis across 124 Arbitrum exchanges
Score
68 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 12 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |