CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
gpartin avatar

WaveGuard

gpartin/lfmanomalydetection
19 toolsHTTPregistry active
Summary

A physics-based anomaly detector that runs GPU simulations server-side so you don't need ML expertise or training pipelines. Point it at server metrics, financial transactions, IoT sensors, or time series and get back anomaly scores with per-feature explanations in one stateless API call. The MCP server wraps the WaveGuard API deployed on Modal, exposing scan operations through streamable HTTP. Under the hood it encodes your data onto a 64³ lattice and runs coupled wave equations to spot outliers. Benchmarks show it catching 7 out of 7 historical crypto crashes with 27 days average lead time. Useful when alert fatigue matters more than perfect recall, or when your schema changes too often for traditional model retraining.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
encoder_typestring
Data encoder type. Omit to auto-detect from data shape.one of json · numeric · text · timeseries · tabular · image
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.
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 sample...
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.
test_windowsinteger
Number of most recent windows to test (default: half of total windows). The rest are used as training (normal baseline).
window_sizeinteger
Number of data points per window (default: 10). Smaller windows detect finer-grained anomalies.default: 10
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.
encoder_typestring
Data encoder. Omit to auto-detect.one of json · numeric · text · timeseries · tabular · complex_numeric
field_levelinteger
0 = real scalar 52-dim (default), 1 = complex field 62-dim.one of 0 · 1
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
sensitivitynumber
Risk sensitivity (default: 1.5). Higher = more flags.
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.
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
sensitivitynumber
Detection sensitivity (default: 1.5).
testarray
1+ suspect wallet profiles to evaluate.
trainingarray
3+ known-organic wallet activity profiles.
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
sensitivitynumber
Detection sensitivity (default: 1.5).
testarray
1+ suspect candle objects to evaluate.
trainingarray
3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume.
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).
test_windowsinteger
Number of recent windows to test (default: half).
window_sizeinteger
Window size (default: 10). Smaller = finer detection.default: 10
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
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 (...one 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.
countinteger
Number of results for top_coins (default: 25).default: 25
daysinteger
Number of days of history (default: 90 for price_history, 30 for ohlc).default: 90
querystring
Search query. Required for search, dex_search.
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
base_testvalue
counterfactual_testsarray
encoder_typestring
field_levelinteger
one of 0 · 1
sensitivitynumber
trainingarray
waveguard_trajectory_scanAnalyze sequence drift and regime shifts over ordered samples.5 params

Analyze sequence drift and regime shifts over ordered samples.

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

Estimate instability under controlled perturb-and-resolve trials.

Parameters* required
encoder_typestring
field_levelinteger
one of 0 · 1
perturbation_strengthnumber
default: 0.02
sensitivitynumber
testarray
trainingarray
trialsinteger
default: 12
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
encoder_typestring
field_levelinteger
one of 0 · 1default: 1
sensitivitynumber
testarray
trainingarray
waveguard_interaction_matrixCompute pairwise interaction matrix and cluster decomposition for entities.5 params

Compute pairwise interaction matrix and cluster decomposition for entities.

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

Run targeted interventions and rank effect sizes.

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

Score candidate actions and extract robust action zones.

Parameters* required
action_labelsarray
action_testsarray
encoder_typestring
field_levelinteger
one of 0 · 1
sensitivitynumber
trainingarray
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
encoder_typestring
field_levelinteger
one of 0 · 1
horizonsarray
sensitivitynumber
sequencearray
trainingarray
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedMar 1, 2026
View on GitHub

More from gpartin

  • WaveGuard

Related Data & Analytics MCP Servers

View all →
harrisboatworks avatar
Harris Boat Works - Mercury Repower

io.github.harrisboatworks/mercury-repower

Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario.
hatgit avatar
Forex-GPT MCP Server

io.github.hatgit/forex-gpt-mcp

AI-powered forex and crypto trading analysis with real-time data across 127+ instruments.
healersfind-alt avatar
Organic Web Checker

io.github.healersfind-alt/organic-web-checker

USDA NOP organic compliance checks — operation websites vs live OID certificate data.
heisee avatar
Letsclarify Mcp

io.github.heisee/letsclarify-mcp

Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
helloderekg avatar
Bytario

io.github.helloderekg/bytario

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.
heyzod avatar
Mansa African Markets

io.github.heyzod/mansa-african-markets

Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.