CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

WaveGuard

gpartin/lfmanomalydetection
19 toolsHTTPregistry active
Summary

Connects Claude to WaveGuard's GPU-powered anomaly detection API running on Modal. Send any data (server metrics, financial transactions, IoT sensors, time series) and get back anomaly scores with feature-level explanations. No training data required, fully stateless, one call per scan. The physics simulation runs server-side so you're just hitting REST endpoints at gpartin--waveguard-api-fastapi-app.modal.run. Useful when you need Claude to flag outliers in logs, detect fraud patterns, or spot infrastructure drift without managing ML models. Benchmarks show 0.76 F1 across real-world scenarios and it caught the FTX collapse 23 days early in backtests. Free tier available through the API.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

19 tools
waveguard_scanFind outliers and anomalies in structured data — ideal as a second step after pulling records from Google Sheets, Airtable, Supabase, Notion databases, HubSpot, Financial APIs, GitHub, NPM, or any source that returns rows of JSON. Fully stateless: send known-good rows as train...5 params

Find outliers and anomalies in structured data — ideal as a second step after pulling records from Google Sheets, Airtable, Supabase, Notion databases, HubSpot, Financial APIs, GitHub, NPM, or any source that returns rows of JSON. Fully stateless: send known-good rows as train...

Parameters* required
testarray
1+ data points to check for anomalies — new entries, recent rows, or the subset you want validated. Same type/shape as training. Each sample is scored independently.
trainingarray
2+ examples of NORMAL/expected data — the known-good baseline. Typically the bulk of rows from a spreadsheet, database query, or API response. All samples should be the same type/shape. More samples = better baseline (10-100 is ideal for tabular data).
field_levelinteger
Physics field complexity. 0 = real scalar (default). 1 = complex field (phase-aware, 62-dim fingerprint).one of 0 · 1
sensitivitynumber
Anomaly threshold multiplier (default: 2.0). Lower = more sensitive. Higher = less sensitive. Range: 0.5 to 5.0.
encoder_typestring
Data encoder type. Omit to auto-detect from data shape.one of json · numeric · text · timeseries · tabular · image
waveguard_scan_timeseriesDetect anomalies in time-series data — use after pulling numeric metrics from monitoring APIs, financial data sources, IoT sensors, or spreadsheet columns. Send a single numeric array and specify a window size. Early windows define 'normal', recent windows are tested for anoma...4 params

Detect anomalies in time-series data — use after pulling numeric metrics from monitoring APIs, financial data sources, IoT sensors, or spreadsheet columns. Send a single numeric array and specify a window size. Early windows define 'normal', recent windows are tested for anoma...

Parameters* required
dataarray
Numeric time-series array, ordered chronologically. Should have at least 3x window_size data points.
sensitivitynumber
Anomaly sensitivity (default: 1.0). Higher = more sensitive.
window_sizeinteger
Number of data points per window (default: 10). Smaller windows detect finer-grained anomalies.default: 10
test_windowsinteger
Number of most recent windows to test (default: half of total windows). The rest are used as training (normal baseline).
waveguard_healthCheck WaveGuard API health, GPU availability, version, and engine status. No authentication required. Returns status, version, and GPU info.1 params

Check WaveGuard API health, GPU availability, version, and engine status. No authentication required. Returns status, version, and GPU info.

Parameters* required
verboseboolean
Return detailed health info including memory and uptime (default: false).default: false
waveguard_fingerprintGet a physics embedding of any data item (52-dim at Level 0, 62-dim at Level 1 with phase statistics). The fingerprint captures structural properties via wave-equation dynamics — useful for similarity search, clustering, baseline comparison, and drift detection. Works on JSON...3 params

Get a physics embedding of any data item (52-dim at Level 0, 62-dim at Level 1 with phase statistics). The fingerprint captures structural properties via wave-equation dynamics — useful for similarity search, clustering, baseline comparison, and drift detection. Works on JSON...

Parameters* required
datavalue
Any data item to fingerprint: JSON object, numeric array, string, or structured record.
field_levelinteger
0 = real scalar 52-dim (default), 1 = complex field 62-dim.one of 0 · 1
encoder_typestring
Data encoder. Omit to auto-detect.one of json · numeric · text · timeseries · tabular · complex_numeric
waveguard_compareCompare two data items for structural similarity using physics-based fingerprints. Returns cosine similarity (0–1) and Euclidean distance. Use for duplicate detection, behavioral matching, drift analysis, or checking if two tokens/wallets/contracts are structurally similar. Co...3 params

Compare two data items for structural similarity using physics-based fingerprints. Returns cosine similarity (0–1) and Euclidean distance. Use for duplicate detection, behavioral matching, drift analysis, or checking if two tokens/wallets/contracts are structurally similar. Co...

Parameters* required
data_avalue
First data item to compare.
data_bvalue
Second data item to compare (same type as data_a).
encoder_typestring
Data encoder. Omit to auto-detect.one of json · numeric · text · timeseries · tabular
waveguard_token_riskAssess crypto token legitimacy risk. Send metrics from known-good tokens as training (price, volume, holders, liquidity, market_cap, age_days, etc.) and suspect tokens as test. Detects pump-and-dump patterns, fake metrics, and anomalous token profiles. Example: Pull CoinGecko...3 params

Assess crypto token legitimacy risk. Send metrics from known-good tokens as training (price, volume, holders, liquidity, market_cap, age_days, etc.) and suspect tokens as test. Detects pump-and-dump patterns, fake metrics, and anomalous token profiles. Example: Pull CoinGecko...

Parameters* required
testarray
1+ suspect token metric objects to evaluate.
trainingarray
3+ known-good token metric objects. Each should include fields like price, volume_24h, market_cap, holders, liquidity, age_days, etc.
sensitivitynumber
Risk sensitivity (default: 1.5). Higher = more flags.
waveguard_wallet_profileProfile wallet behavior against baselines. Send normal wallet transaction patterns as training (tx_count, avg_value, unique_tokens, gas_spent, active_days, etc.) and suspect wallets as test. Detects bot activity, wash trading wallets, and sybil patterns. Example: Profile 50 or...3 params

Profile wallet behavior against baselines. Send normal wallet transaction patterns as training (tx_count, avg_value, unique_tokens, gas_spent, active_days, etc.) and suspect wallets as test. Detects bot activity, wash trading wallets, and sybil patterns. Example: Profile 50 or...

Parameters* required
testarray
1+ suspect wallet profiles to evaluate.
trainingarray
3+ known-organic wallet activity profiles.
sensitivitynumber
Detection sensitivity (default: 1.5).
waveguard_volume_checkDetect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships. Example: Send 100 candles from a liquid...3 params

Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships. Example: Send 100 candles from a liquid...

Parameters* required
testarray
1+ suspect candle objects to evaluate.
trainingarray
3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume.
sensitivitynumber
Detection sensitivity (default: 1.5).
waveguard_price_manipulationDetect price manipulation in time-series data. Send a price or price+volume history as a numeric array. Early windows define 'normal' trading, recent windows are tested for manipulation patterns (pump-and-dump, spoofing, layering). Example: Send 90 days of closing prices → det...4 params

Detect price manipulation in time-series data. Send a price or price+volume history as a numeric array. Early windows define 'normal' trading, recent windows are tested for manipulation patterns (pump-and-dump, spoofing, layering). Example: Send 90 days of closing prices → det...

Parameters* required
dataarray
Price time-series array (chronological). At least 20 data points.
sensitivitynumber
Detection sensitivity (default: 1.5).
window_sizeinteger
Window size (default: 10). Smaller = finer detection.default: 10
test_windowsinteger
Number of recent windows to test (default: half).
waveguard_market_dataFetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you. Use 'coin_id' for CoinGecko (e.g. 'bitcoin', 'ethereum', 'solana'). Use 'contract_address' for DexScreener (any chain). Use 'search' to find token IDs by name/sy...6 params

Fetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you. Use 'coin_id' for CoinGecko (e.g. 'bitcoin', 'ethereum', 'solana'). Use 'contract_address' for DexScreener (any chain). Use 'search' to find token IDs by name/sy...

Parameters* required
daysinteger
Number of days of history (default: 90 for price_history, 30 for ohlc).default: 90
countinteger
Number of results for top_coins (default: 25).default: 25
querystring
Search query. Required for search, dex_search.
actionstring
What data to fetch: - token_data: full metrics for a CoinGecko coin - price_history: daily prices (for price_manipulation) - ohlc: OHLC candles (for volume_check) - top_coins: top N by market cap (training baseline) - search: find CoinGecko coin IDs - dex_token: DEX data by contract address - dex_search: search DEX pairsone of token_data · price_history · ohlc · top_coins · search · dex_token
coin_idstring
CoinGecko coin ID (e.g. 'bitcoin', 'ethereum'). Required for token_data, price_history, ohlc.
contract_addressstring
Token contract address (any chain). Required for dex_token.
waveguard_counterfactualRun baseline plus counterfactual variants and measure verdict/score sensitivity.6 params

Run baseline plus counterfactual variants and measure verdict/score sensitivity.

Parameters* required
trainingarray
base_testvalue
field_levelinteger
one of 0 · 1
sensitivitynumber
encoder_typestring
counterfactual_testsarray
waveguard_trajectory_scanAnalyze sequence drift and regime shifts over ordered samples.5 params

Analyze sequence drift and regime shifts over ordered samples.

Parameters* required
sequencearray
trainingarray
field_levelinteger
one of 0 · 1
sensitivitynumber
encoder_typestring
waveguard_instabilityEstimate instability under controlled perturb-and-resolve trials.7 params

Estimate instability under controlled perturb-and-resolve trials.

Parameters* required
testarray
trialsinteger
default: 12
trainingarray
field_levelinteger
one of 0 · 1
sensitivitynumber
encoder_typestring
perturbation_strengthnumber
default: 0.02
waveguard_phase_coherenceMeasure coherence/entropy and collapse-risk indicators for candidate data.5 params

Measure coherence/entropy and collapse-risk indicators for candidate data.

Parameters* required
testarray
trainingarray
field_levelinteger
one of 0 · 1default: 1
sensitivitynumber
encoder_typestring
waveguard_interaction_matrixCompute pairwise interaction matrix and cluster decomposition for entities.5 params

Compute pairwise interaction matrix and cluster decomposition for entities.

Parameters* required
entitiesarray
field_levelinteger
one of 0 · 1default: 1
sensitivitynumber
encoder_typestring
training_contextarray
waveguard_cascade_riskEstimate shock propagation and resilience from adjacency-linked entities.8 params

Estimate shock propagation and resilience from adjacency-linked entities.

Parameters* required
entitiesarray
field_levelinteger
one of 0 · 1default: 1
sensitivitynumber
encoder_typestring
shock_indicesarray
shock_strengthnumber
default: 0.05
adjacency_matrixarray
training_contextarray
waveguard_mechanism_probeRun targeted interventions and rank effect sizes.7 params

Run targeted interventions and rank effect sizes.

Parameters* required
trainingarray
base_testvalue
field_levelinteger
one of 0 · 1
sensitivitynumber
encoder_typestring
intervention_testsarray
intervention_labelsarray
waveguard_action_surfaceScore candidate actions and extract robust action zones.6 params

Score candidate actions and extract robust action zones.

Parameters* required
trainingarray
field_levelinteger
one of 0 · 1
sensitivitynumber
action_testsarray
encoder_typestring
action_labelsarray
waveguard_multi_horizon_outlookCompute horizon-specific anomaly outlook and consistency across windows.6 params

Compute horizon-specific anomaly outlook and consistency across windows.

Parameters* required
horizonsarray
sequencearray
trainingarray
field_levelinteger
one of 0 · 1
sensitivitynumber
encoder_typestring
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedFeb 26, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.