← miaofi.ai
INDIVIDUAL MCP TOOL
miaofi_wallet_risk_score
Get a quick risk score (0-100) for any crypto wallet.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.miaofi-ai]
url = "https://miaofi.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"miaofi-ai": {
"type": "http",
"url": "https://miaofi.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: miaofi-ai
Remote MCP URL: https://miaofi.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"miaofi-ai": {
"url": "https://miaofi.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"miaofi-ai": {
"type": "http",
"url": "https://miaofi.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "miaofi-ai",
"transport": "streamable-http",
"url": "https://miaofi.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_wallet— Analyze crypto wallet holdings across EVM (Ethereum, Polygon, Arbitrum, Base, etc.) and Solana chains.diagnose_portfolio— AI-powered investment diagnosis for crypto wallets.miaofi_pre_trade_check— Assess risk of a proposed token swap BEFORE execution.miaofi_behavior_flags— Detect behavioral anomalies for a crypto wallet: FOMO trading, overtrading, panic selling, concentration risk.miaofi_diagnosis— Comprehensive AI-powered wallet diagnosis.miaofi_wallet_overview— FREE wallet overview — no API key or credits needed.