MCP HubMCP Hub
스킬 목록으로 돌아가기

chainaware-behavioral-prediction

ChainAware
업데이트됨 Yesterday
1 조회
7
2
7
GitHub에서 보기
메타aiapimcpdesign

정보

이 스킬은 DeFi 및 Web3 애플리케이션을 위해 블록체인 주소, 토큰, 스마트 계약을 분석하여 위험을 평가하고, 행동을 예측하며, 신뢰성을 판단합니다. 사기 탐지, 평판 점수화, AML(자금 세탁 방지) 검사, 에어드롭 스크리닝과 같은 기능을 제공합니다. Claude Code나 다른 MCP 프레임워크 내에서 지갑 안전성, 토큰 감사, AI 에이전트 신뢰 점수화를 위해 온체인 분석을 통합할 때 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add ChainAware/behavioral-prediction-mcp -a claude-code
플러그인 명령대체
/plugin add https://github.com/ChainAware/behavioral-prediction-mcp
Git 클론대체
git clone https://github.com/ChainAware/behavioral-prediction-mcp.git ~/.claude/skills/chainaware-behavioral-prediction

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

ChainAware Behavioral Prediction MCP

What This Skill Does

The ChainAware Behavioral Prediction MCP connects any AI agent to a continuously updated Web3 behavioral intelligence layer: 14M+ wallet profiles across 8 blockchains, built from 1.3 billion+ predictive data points. It delivers six capabilities via a single MCP endpoint:

  1. Fraud Detection — predict fraudulent wallet behavior before it happens (~98% accuracy on ETH)
  2. Behavioral Analysis — profile wallet intent, risk tolerance, experience, and next likely actions
  3. Rug Pull Detection — forecast whether a smart contract or liquidity pool will rug pull
  4. Credit Score — crypto credit/trust score (1–9) combining fraud probability and social graph analysis
  5. Token Rank List — rank tokens by holder community strength across chains and categories
  6. Token Rank Single — deep-dive into a single token's community quality and top holders

Unlike forensic blockchain tools that describe the past, this MCP is predictive — it tells your agent what is about to happen.

MCP Server URL: https://prediction.mcp.chainaware.ai/sse
GitHub: https://github.com/ChainAware/behavioral-prediction-mcp
Website: https://chainaware.ai
Pricing / API Key: https://chainaware.ai/pricing


Capabilities

  • Fraud Detection — predict fraudulent wallet behavior before it happens (~98% accuracy on ETH)
  • Behavioral Analysis — profile wallet intent, risk tolerance, experience, and next likely actions across DeFi, NFT, and trading segments
  • Rug Pull Detection — forecast whether a smart contract or liquidity pool will rug pull
  • Credit Score — crypto credit/trust score (1–9) combining fraud probability and social graph analysis for DeFi lending decisions
  • Token Rank List — rank tokens by holder community strength across ETH, BNB, BASE, and Solana
  • Token Rank Single — deep-dive into a specific token's community quality and top holders

When to Use This Skill

  • User asks about wallet safety, fraud risk, or suspicious activity
  • User wants to screen a wallet, contract, or LP before interacting with it
  • User needs AML/compliance checks on a blockchain address
  • User wants behavioral profiling or DeFi personalization for a wallet
  • User asks about token quality, community strength, or holder analysis
  • User is building a DeFi platform, AI agent, launchpad, or compliance tool
  • User wants to integrate the ChainAware MCP into their codebase

When NOT to Use This Skill

  • User asks about general blockchain data (balances, transaction history) → use a block explorer
  • User wants real-time price data or market cap → use a market data API
  • User wants to analyze smart contract code for bugs → use a code auditing tool
  • For complex behavioural analysis (deep wallet profiling including fraud signals) → escalate to chainaware-wallet-auditor subagent
  • For batch screening of many wallets → use chainaware-fraud-detector subagent
  • For marketing personalization → use chainaware-wallet-marketer subagent

Supported Blockchains

ToolNetworks
Fraud DetectionETH, BNB, POLYGON, TON, BASE, TRON, HAQQ
Behavioral AnalysisETH, BNB, BASE, HAQQ, SOLANA
Rug Pull DetectionETH, BNB, BASE, HAQQ
Credit ScoreETH
Token Rank ListETH, BNB, BASE, SOLANA
Token Rank SingleETH, BNB, BASE, SOLANA

Step-by-Step Workflow

For wallet fraud screening

  1. Confirm inputs — wallet address and network. If network is missing, ask.
  2. Call predictive_fraud with the wallet address and network.
  3. Interpret probabilityFraud using the threshold table below.
  4. Scan forensic_details for negative flags (mixer use, sanctioned entities, darknet, etc.).
  5. Report status, score, and any forensic flags in plain language.

For behavioral profiling / personalization

  1. Confirm inputs — wallet address and network.
  2. Call predictive_behaviour with the wallet address and network.
  3. Extract key signals: intention.Value (Prob_Trade/Stake/Bridge/NFT_Buy), experience.Value, categories, recommendation.
  4. Classify the wallet by dominant category and intent signal.
  5. Generate personalized recommendations or next-best-action based on the profile.

For rug pull / contract safety checks

  1. Confirm inputs — smart contract or LP address and network.
  2. Optionally call predictive_fraud on the deployer address first for extra signal.
  3. Call predictive_rug_pull with the contract address.
  4. Interpret probabilityFraud and scan forensic_details for liquidity and contract risk flags.
  5. Apply the Deployer Risk Amplifier: if deployer fraud score ≥ 0.5, escalate overall risk one level.
  6. Report verdict with supporting forensic evidence.

For token ranking / discovery

  1. Identify the request — list of tokens or single token deep-dive?
  2. For lists: call token_rank_list with appropriate category, network, sort_by: communityRank, sort_order: DESC.
  3. For single tokens: call token_rank_single with contract_address and network.
  4. Report communityRank, normalizedRank, totalHolders, and top holder profiles.

For full due diligence (multi-tool)

  1. Call predictive_fraud → get fraud score and forensic flags
  2. Call predictive_behaviour → get behavioral profile and intent
  3. Call predictive_rug_pull (if a contract address) → get contract risk
  4. Synthesize all three into a unified verdict with risk level and recommendation

For complex due diligence workflows, escalate to the chainaware-wallet-auditor subagent.


Risk Score Thresholds

Score RangeLabelRecommended Action
0.00 – 0.20🟢 Low RiskSafe to proceed
0.21 – 0.50🟡 Medium RiskProceed with caution, monitor
0.51 – 0.80🔴 High RiskBlock or require additional verification
0.81 – 1.00⛔ Critical RiskReject immediately

Available Tools

1. predictive_fraud — Fraud Detection

Forecasts the probability that a wallet will engage in fraudulent activity. Includes AML checks. Use when a user wants to screen a wallet before interacting with it.

Inputs:

  • apiKey (string, required) — ChainAware API key
  • network (string, required) — e.g. ETH, BNB, BASE
  • walletAddress (string, required) — the wallet to evaluate

Key output fields:

  • status"Fraud", "Not Fraud", or "New Address"
  • probabilityFraud — decimal 0.00–1.00
  • forensic_details — deep on-chain breakdown

Example prompts that trigger this tool:

  • "Is it safe to interact with 0xABC... on Ethereum?"
  • "What is the fraud risk of this BNB wallet?"
  • "Run an AML check on this address."
  • "Screen this wallet before onboarding."
  • "Is this address on any sanctions list?"
  • "Pre-screen this user's wallet for compliance."

2. predictive_behaviour — Behavioral Analysis & Personalization

Profiles a wallet's on-chain history and predicts its next actions.

Inputs:

  • apiKey (string, required)
  • network (string, required)
  • walletAddress (string, required)

Key output fields:

  • intention — predicted next actions (Prob_Trade, Prob_Stake, Prob_Bridge, Prob_NFT_Buy — High/Medium/Low)
  • recommendation — personalized action suggestions
  • categories — behavioral segments (DeFi Lender, NFT Trader, Bridge User, etc.)
  • riskProfile — risk tolerance and balance age breakdown
  • experience — experience score 0–10 (beginner → expert)
  • protocols — which protocols this wallet uses (Aave, Uniswap, GMX, etc.)

Example prompts that trigger this tool:

  • "What will this wallet do next?"
  • "Is this user a DeFi lender or an NFT trader?"
  • "Recommend the best yield strategy for this address."
  • "What's the experience level of this wallet?"
  • "Personalize my DeFi agent's response for this user."
  • "Segment this wallet for my marketing campaign."

3. predictive_rug_pull — Rug Pull Detection

Forecasts whether a smart contract or liquidity pool is likely to execute a rug pull.

Inputs:

  • apiKey (string, required)
  • network (string, required)
  • walletAddress (string, required) — smart contract or LP address

Key output fields:

  • status"Fraud" or "Not Fraud"
  • probabilityFraud — decimal 0.00–1.00
  • forensic_details — on-chain metrics behind the score

Example prompts that trigger this tool:

  • "Will this new DeFi pool rug pull if I stake my assets?"
  • "Is this smart contract safe?"
  • "Check if this launchpad project is legitimate."
  • "Monitor this LP position for rug pull risk."
  • "Is this contract deployer trustworthy?"

4. credit_score — Crypto Credit Score

Calculates a credit/trust score (1–9) for a wallet by combining fraud probability with social graph analysis. Designed for DeFi lending and any use case needing a fast single-number creditworthiness signal.

Inputs:

  • apiKey (string, required)
  • network (string, required) — ETH
  • walletAddress (string, required) — the wallet to score

Key output fields:

  • creditData.riskRating — integer 1–9 (1 = highest risk, 9 = highest trust)
  • creditData.walletAddress — echoed wallet address
riskRatingLabelLending Interpretation
9✅ PrimeHighest creditworthiness — best terms
7–8🟢 ReliableLow credit risk — standard terms
5–6🟡 ModerateElevated caution — higher collateral
3–4🔴 High RiskRestricted terms or decline
1–2⛔ Very High RiskDo not lend

Example prompts that trigger this tool:

  • "What is the credit score for 0xABC...?"
  • "Is this wallet a reliable borrower?"
  • "Calculate credit score for this address on ETH."
  • "Rate this wallet's creditworthiness."
  • "Trust score for lending — 0xDEF... on BNB."

5. token_rank_list — Token Ranking by Holder Strength

Ranks tokens by the quality and strength of their holder community.

Inputs:

  • limit (string, required) — items per page
  • offset (string, required) — page number
  • network (string, required) — ETH, BNB, BASE, SOLANA
  • sort_by (string, required) — e.g. communityRank
  • sort_order (string, required) — ASC or DESC
  • category (string, required) — AI Token, RWA Token, DeFi Token, DeFAI Token, DePIN Token
  • contract_name (string, required) — token name search (empty string for no filter)

Key output fields:

  • data.total — total matching tokens
  • data.contracts[] — array with contractAddress, contractName, ticker, chain, category, communityRank, normalizedRank, totalHolders

Example prompts that trigger this tool:

  • "What are the top AI tokens on Ethereum?"
  • "Rank DeFi tokens on BNB by community strength."
  • "Which RWA tokens have the strongest holder base on BASE?"
  • "Show me the top 10 tokens by community rank on ETH."
  • "Compare DePIN tokens across Solana and Ethereum."

6. token_rank_single — Single Token Rank & Top Holders

Returns the rank and top holders for a specific token by contract address.

Inputs:

  • contract_address (string, required) — token contract or mint address
  • network (string, required) — ETH, BNB, BASE, SOLANA

Key output fields:

  • data.contract — token details including communityRank, normalizedRank, totalHolders
  • data.topHolders[] — holder wallet addresses with balance, walletAgeInDays, transactionsNumber, totalPoints, globalRank

Example prompts that trigger this tool:

  • "What is the token rank for USDT on Ethereum?"
  • "Who are the top holders of 0xdAC17F... on ETH?"
  • "How strong is the holder base of this contract on BNB?"
  • "Show me the best holders of this Solana token."

Validation Checkpoints

Input Validation

  • ✅ Wallet address provided and non-empty
  • ✅ Network specified and supported for the tool being called (check table above)
  • CHAINAWARE_API_KEY environment variable is set
  • ✅ For token_rank_list: limit, offset, sort_by, sort_order, and category all provided
  • ✅ For token_rank_single: both contract_address and network provided
  • ⚠️ If network is missing, ask the user before proceeding
  • ⚠️ If network is not supported for the requested tool, inform the user and suggest an alternative

Output Validation

  • probabilityFraud is present and in range 0.00–1.00
  • ✅ Risk threshold label applied correctly (see table above)
  • ✅ Forensic flags surfaced in plain language, not raw JSON
  • ✅ Every recommendation cites the specific signal that drove it
  • ✅ Network limitations clearly stated when a tool doesn't support the requested chain
  • ✅ For behavioral profiles: at least intention, experience, and categories included in response

Example Output

Fraud Check — 0xABC... on ETH

🔮 FRAUD ASSESSMENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Wallet:  0xABC...
Network: ETH
Status:  🟡 MEDIUM RISK

Fraud Probability: 0.34
Risk Level: Medium — proceed with caution

Forensic Highlights:
  • 3 transactions flagged as suspicious
  • No mixer/tumbler activity detected
  • No sanctioned entity connections
  • Wallet age: 187 days

Recommendation: Monitor this wallet. Not safe for large-value
interactions without additional verification.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Behavioral Profile — 0xDEF... on BASE

🧠 BEHAVIORAL PROFILE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Wallet:  0xDEF...
Network: BASE

Experience:   7.2/10 — Experienced
Segment:      DeFi Lender, Bridge User
Risk Profile: Balanced

Intent Signals:
  Trade:    High
  Stake:    Medium
  Bridge:   High
  NFT Buy:  Low

Protocols Used: Aave, Uniswap, Across Bridge

Recommendation:
  → Promote yield optimization vaults
  → Highlight cross-chain bridging incentives
  → Skip NFT-focused messaging
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Requirements

  • API Key — a CHAINAWARE_API_KEY environment variable is required. Obtain one at https://chainaware.ai/pricing
  • MCP-compatible host — Claude Code, Cursor, Claude Desktop, ChatGPT Connectors, or any MCP client that supports SSE transport
  • Network awareness — different tools support different blockchains; see the Supported Blockchains table above
  • No local installation — the MCP server runs remotely at https://prediction.mcp.chainaware.ai/sse; no packages to install

Integration Setup

Claude Code (CLI)

claude mcp add --transport sse chainaware-behavioural-prediction-mcp-server \
  https://prediction.mcp.chainaware.ai/sse \
  --header "X-API-Key: your-key-here"

📚 Docs: https://code.claude.com/docs/en/mcp

Claude Web / Claude Desktop

  1. Go to Settings → Integrations → Add integration
  2. Name: ChainAware Behavioural Prediction MCP Server
  3. URL: https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here

📚 Docs: https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers

Cursor (mcp.json)

{
  "mcpServers": {
    "chainaware-behavioural-prediction-mcp-server": {
      "url": "https://prediction.mcp.chainaware.ai/sse",
      "transport": "sse",
      "headers": {
        "X-API-Key": "your-key-here"
      }
    }
  }
}

📚 Docs: https://cursor.com/docs/context/mcp

ChatGPT Connectors

  1. Open ChatGPT Settings → Apps / Connectors → Add Connector
  2. Name: ChainAware Behavioural Prediction MCP Server
  3. URL: https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here

Node.js

import { MCPClient } from "mcp-client";
const client = new MCPClient("https://prediction.mcp.chainaware.ai/");

const fraud = await client.call("predictive_fraud", {
  apiKey: process.env.CHAINAWARE_API_KEY,
  network: "ETH",
  walletAddress: "0xYourWalletAddress"
});

const topTokens = await client.call("token_rank_list", {
  limit: "10", offset: "0", network: "ETH",
  sort_by: "communityRank", sort_order: "DESC",
  category: "AI Token", contract_name: ""
});

Python

from mcp_client import MCPClient
import os

client = MCPClient("https://prediction.mcp.chainaware.ai/")
result = client.call("predictive_fraud", {
    "apiKey": os.environ["CHAINAWARE_API_KEY"],
    "network": "ETH",
    "walletAddress": "0xYourWalletAddress"
})

Real-World Use Cases

DeFi Platforms

  • Risk-adjusted lending — use fraud scores and behavioral profiles to set collateral requirements and interest rates per borrower
  • Liquidity management — use intent signals to pre-position reserves and prevent pool drain
  • Yield routing — identify wallets with high yield-seeking intent and route them to optimal vaults

AI Agent Personalization

  • Give your agent a real-time behavioral profile of each wallet it talks to
  • Segment users automatically into DeFi Lender, NFT Trader, Bridge User, New Wallet, etc.

Fraud & Compliance

  • Screen wallets at the point of entry to your Dapp — before any transaction takes place
  • Run AML monitoring across all active wallets
  • Detect rug pull contracts at launchpad listing stage

NFT & GameFi

  • Personalize in-game economies based on a player wallet's on-chain history
  • Filter bot wallets and wash traders from NFT drops using fraud scores

Tips for Success

  1. Always specify the network — many tools behave differently across chains
  2. Run fraud check first — before any behavioral profiling, gate on fraud score
  3. Combine tools for full due diligence — fraud + behaviour + rug pull together give a complete picture
  4. Use the Deployer Risk Amplifier — a clean contract from a fraudulent deployer is still high risk
  5. For batch screening — use the chainaware-fraud-detector subagent, not this skill directly
  6. Surface forensic flags in plain language — never return raw JSON to end users

Related Subagents (Claude Code)

These subagents in .claude/agents/ provide specialized autonomous execution:

SubagentUse When
chainaware-wallet-auditorFull due diligence — deep behavioural profiling including fraud signals
chainaware-fraud-detectorFast fraud screening, batch wallet checks
chainaware-rug-pull-detectorContract/LP safety with deployer analysis
chainaware-wallet-marketerPersonalized marketing messages per wallet segment
chainaware-reputation-scorerReputation score 0–4000
chainaware-aml-scorerAML compliance scoring 0–100
chainaware-trust-scorerSimple composable trust score 0.00–1.00
chainaware-credit-scorerCrypto credit score 1–9 for lending and creditworthiness decisions
chainaware-wallet-rankerWallet experience rank and leaderboard
chainaware-whale-detectorWhale tier classification for VIP treatment
chainaware-onboarding-routerRoute wallets to beginner / intermediate / skip onboarding
chainaware-token-rankerDiscover and rank tokens by holder community strength
chainaware-token-analyzerSingle token deep-dive — community rank + top holders
chainaware-defi-advisorPersonalized DeFi product recommendations by experience + risk tier
chainaware-airdrop-screenerBatch screen wallets for airdrop eligibility, filter bots and fraud
chainaware-lending-risk-assessorBorrower risk grade (A–F), collateral ratio, interest rate tier
chainaware-token-launch-auditorPre-listing launch safety audit — APPROVED / CONDITIONAL / REJECTED
chainaware-agent-screenerAI agent trust score 0–10 via agent + feeder wallet fraud checks
chainaware-cohort-analyzerSegment a batch of wallets into behavioral cohorts with engagement strategies
chainaware-counterparty-screenerReal-time pre-transaction go/no-go (Safe / Caution / Block)
chainaware-governance-screenerDAO voter Sybil detection and voting weight calculation
chainaware-sybil-detectorBulk Sybil attack detection for DAO votes — ELIGIBLE / REVIEW / EXCLUDE per wallet, pattern flags, and vote multipliers
chainaware-transaction-monitorReal-time transaction risk for autonomous agents — ALLOW / FLAG / HOLD / BLOCK
chainaware-lead-scorerSales lead qualification — score, tier, conversion probability, outreach angle
chainaware-upsell-advisorNext product recommendation and upsell message for existing users
chainaware-platform-greeterContextual welcome message per wallet per platform
chainaware-marketing-directorFull-cycle campaign orchestrator — segments, leads, whales, per-cohort messages
chainaware-compliance-screenerMiCA-aligned compliance report — PASS / EDD / REJECT (~70–75% MiCA coverage)
chainaware-gamefi-screenerWeb3 game / P2E bot detection, player tier classification, reward eligibility
chainaware-portfolio-risk-advisorPortfolio-level rug pull scan, risk grade (A–F), rebalancing plan
chainaware-rwa-investor-screenerRWA investor suitability — QUALIFIED / CONDITIONAL / REFER_TO_KYC / DISQUALIFIED
chainaware-ltv-estimator12-month revenue potential (LTV) as a USD range — tx count × avg tx value × fee rate, scaled by behavioral multipliers. Optional: platform_share, fee_rate

Background Reading

ArticleURL
Complete Product Guidehttps://chainaware.ai/blog/chainaware-ai-products-complete-guide/
Fraud Detector Guidehttps://chainaware.ai/blog/chainaware-fraud-detector-guide/
Rug Pull Detector Guidehttps://chainaware.ai/blog/chainaware-rugpull-detector-guide/
Token Rank Guidehttps://chainaware.ai/blog/chainaware-token-rank-guide/
Wallet Rank Guidehttps://chainaware.ai/blog/chainaware-wallet-rank-guide/
Wallet Auditor Guidehttps://chainaware.ai/blog/chainaware-wallet-auditor-how-to-use/
Transaction Monitoring Guidehttps://chainaware.ai/blog/chainaware-transaction-monitoring-guide/
Web3 Behavioral Analytics Guidehttps://chainaware.ai/blog/chainaware-web3-behavioral-user-analytics-guide/
Credit Score Guidehttps://chainaware.ai/blog/chainaware-credit-score-the-complete-guide-to-web3-credit-scoring-in-2026/
Credit Scoring Agent Guidehttps://chainaware.ai/blog/chainaware-credit-scoring-agent-guide/
Prediction MCP Developer Guidehttps://chainaware.ai/blog/prediction-mcp-for-ai-agents-personalize-decisions-from-wallet-behavior/
Top 5 Ways Prediction MCP Turbocharges DeFihttps://chainaware.ai/blog/top-5-ways-prediction-mcp-will-turbocharge-your-defi-platform/
Why Personalization Is Next for AI Agentshttps://chainaware.ai/blog/why-personalization-is-the-next-big-thing-for-ai-agents/
Web3 User Segmentation for DApp Growthhttps://chainaware.ai/blog/web3-user-segmentation-behavioral-analytics-for-dapp-growth-2026/
AI-Powered Blockchain Analysishttps://chainaware.ai/blog/ai-powered-blockchain-analysis-machine-learning-for-crypto-security-2026/
Forensic vs AI-Based Crypto Analyticshttps://chainaware.ai/blog/forensic-crypto-analytics-versus-ai-based-crypto-analytics/
Web3 Business Potentialhttps://chainaware.ai/blog/web3-business-potential/

Data & Privacy

What data leaves your environment

Every tool call transmits the following to https://prediction.mcp.chainaware.ai/sse:

FieldExampleNotes
walletAddress0xABC...Pseudonymous on-chain identifier — not PII
networkETHChain identifier only
apiKey(your key)Sourced from CHAINAWARE_API_KEY env var; never logged

What is NOT sent: names, emails, IP addresses, private keys, raw transaction history, or any off-chain personal data.

API key handling

CHAINAWARE_API_KEY is read from the environment and passed as the apiKey parameter in each tool call. It is never included in output, never written to disk, and never logged by this skill. Treat it as a secret and rotate it regularly.

Integration-specific privacy notes

  • Claude Code / Cursor: key passed via X-API-Key header — does not appear in URLs or logs
  • Claude Web / ChatGPT: key must be appended to the SSE URL (?apiKey=...) — these platforms do not support custom SSE headers. Be aware the key will appear in your browser's network tab. Use a restricted-scope key for these integrations.

Operator responsibilities

Wallet addresses are pseudonymous identifiers. Whether they constitute personal data in your jurisdiction depends on your regulatory context (e.g. GDPR, MiCA). Operators processing wallets linked to identified users should perform their own data protection assessment.

Privacy policy: https://chainaware.ai/privacy


Security Notes

  • Never hard-code API keys in public repositories
  • The server uses SSE (Server-Sent Events) for streaming responses
  • Rate limits apply depending on your subscription tier

Error Reference

CodeMeaning
403 UnauthorizedInvalid or missing apiKey
400 Bad RequestMalformed network or walletAddress
500 Internal Server ErrorTemporary backend failure — retry after a short delay

Access & Pricing

API key required. Subscribe at: https://chainaware.ai/pricing

GitHub 저장소

ChainAware/behavioral-prediction-mcp
경로: SKILL.md
0
awesome-mcp-serversblockchainclaude-mcpdefimcpmcp-server

연관 스킬

content-collections

메타

이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.

스킬 보기

polymarket

메타

이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.

스킬 보기

creating-opencode-plugins

메타

이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.

스킬 보기

sglang

메타

SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.

스킬 보기