ToolOracle/micaoracle
MiCA Compliance Ampel — 20 MCP tools for token-level and entity-level MiCA assessment
Platform-specific configuration:
{
"mcpServers": {
"micaoracle": {
"command": "npx",
"args": [
"-y",
"micaoracle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MiCA Compliance MCP Server — 20 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/mica-ampel/mcp/// claude_desktop_config.json
{
"mcpServers": {
"micaoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/mica-ampel/mcp/"]
}
}
}| Tool | Description | |------|-------------| | readiness_check | Full MiCA readiness score + Ampel per article for a token. GREEN/YELLOW/RED/GREY | | article_status | Detailed Ampel for a specific MiCA article with check conditions. | | gap_report | MiCA compliance gaps: RED/YELLOW/GREY with priority and actions. | | assess_token | Run LIVE MiCA assessment via FeedOracle mica_full_pack. Evaluates 18 checks, upd | | entity_list | List all registered entities. | | create_entity | Register a new regulated entity. | | audit_trail | Chain-linked audit log with integrity check. | | health_check | Server + DB status. | | issuer_profile | Issuer profile with all tokens and aggregate MiCA Ampel. Shows authorization sta | | entity_ampel | Aggregate MiCA Ampel for an entity across ALL tokens it custodies. Shows per-tok | | issuer_list | List all known token issuers with MiCA authorization status and tokens. | | link_token | Link a token to an entity for monitoring. | | assess_entity | Assess ALL tokens for an entity in one call. Runs live FeedOracle assessment for | | bridge_resolve | Start bridge resolution for a MiCA gap. Generates template (issuer engagement, r | | bridge_approve | Approve or reject a
Loading reviews...