MaverickMCP

54 tools. 14 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

14 can modify or destroy data
40 read-only
54 tools total

Community server · catalogue entry verified 10/06/2026

How to control MaverickMCP ↓

Read (40) Write / Execute (13) Destructive / Financial (1)
Critical Risk

14 of MaverickMCP's 54 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and MaverickMCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "remove_portfolio_position": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_portfolio_position": {
    "limits": [
      {
        "counter": "add_portfolio_position_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "run_health_diagnostics": {
    "limits": [
      {
        "counter": "run_health_diagnostics_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MaverickMCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MAVERICKMCP →

Free to start. No card required.

READ 40 tools
Read run_health_diagnostics Run comprehensive health diagnostics. Performs a complete system health check including all component Read analyze_market_regimes Analyze market regimes for a stock using ML methods. Args: symbol: Stock symbol to analyz Read compare_tickers Compare stocks side-by-side with technical metrics. If no tickers provided, automatically compares all po Read explain_market_regime Explain market regime characteristics and suitable strategies. Args: regime: Market regim Read fetch_stock_data Fetch historical OHLCV price data for a stock. Args: ticker: Stock ticker symbol start_da Read get_adanos_market_sentiment Get optional Adanos sentiment from Reddit, X / FinTwit, News, and Polymarket. Args: ticker: Optio Read get_all_screening_recommendations Run all screening strategies and return combined results. Returns bullish, bearish, and breakout candidat Read get_circuit_breaker_status Get status of all circuit breakers. Returns information about circuit breaker states, failure counts, Read get_component_status Get status of a specific component or all components. Args: component_name: Name of the c Read get_economic_calendar Get upcoming economic events and indicators. Provides full access to economic calendar data. Read get_full_technical_analysis Full technical analysis: RSI, MACD, Bollinger Bands, SMA/EMA, volume, S/R levels. Args: ticker: S Read get_health_history Get historical health data for trend analysis. Returns recent health check history including componen Read get_macd_analysis Get MACD crossover signals and divergence analysis. Args: ticker: Stock ticker symbol fas Read get_market_overview Get comprehensive market overview including indices, sectors, and market breadth. Provides full market da Read get_maverick_bear_stocks Screen for bearish/short setup candidates from S&P 500. EDUCATIONAL USE ONLY - not investment advice. Read get_maverick_stocks Screen S&P 500 for bullish momentum setups. EDUCATIONAL USE ONLY - not investment advice. Args: Read get_mcp_connection_status Get current MCP connection status for debugging connection stability issues. Returns detailed information Read get_my_portfolio Get all portfolio positions with live P&L calculations. Args: include_current_prices: Include rea Read get_news_sentiment Get news sentiment analysis for a stock. Uses Tiingo News API or LLM-based analysis with fallback. A Read get_resource_usage Get current system resource usage. Returns information about CPU, memory, disk usage, and other Read get_rsi_analysis Get RSI analysis with overbought/oversold signals. Args: ticker: Stock ticker symbol (e.g. 'AAPL' Read get_status_dashboard Get comprehensive status dashboard data. Returns aggregated health status, performance metrics, alert Read get_stochastic_analysis Get Stochastic Oscillator analysis for a stock. This demonstrates adding a new technical indicator tool. Read get_stock_info Get fundamental data: market cap, P/E ratio, sector, industry, and more. Args: ticker: Stock tick Read get_supply_demand_breakouts Screen for accumulation/breakout patterns in S&P 500. Args: limit: Maximum number of stocks to re Read get_support_resistance Get key support and resistance price levels. Args: ticker: Stock ticker symbol days: Numb Read get_system_health Get comprehensive system health status. Returns detailed information about all system components incl Read get_user_portfolio_summary Get basic portfolio summary and stock analysis capabilities. Returns available features and sample stock Read get_watchlist Get sample watchlist with real-time stock data. Provides stock data for popular tickers to demonstrate fu Read list_strategies List all available VectorBT strategies with descriptions. Returns: Dictionary of availabl Read portfolio_correlation_analysis Analyze correlation between all portfolio holdings. Auto-detects your portfolio positions. No need to spe Read public_tool_name A public tool that doesn't require authentication. Args: query: The query to process Returns Read quick_market_regime_analysis quick_market_regime_analysis Read research_analyze_market_sentiment Analyze market sentiment for a specific topic or sector. Features: - Real-time sentiment extr Read research_company_comprehensive Perform comprehensive research on a specific company. Features: - Financial metrics analysis Read research_comprehensive_research Perform comprehensive research on any financial topic using web search and AI analysis. Enhanced feat Read risk_adjusted_analysis ATR-based position sizing and risk analysis with portfolio context. Shows existing portfolio position if Read tool_name Brief description of what this tool does. This tool performs [specific action] and returns [expected outp Read generate_backtest_charts Generate comprehensive charts for a backtest. Args: symbol: Stock symbol stra Read generate_optimization_charts Generate chart for strategy parameter optimization. Args: symbol: Stock symbol

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent delete data through the Maverick MCP server? +

Yes. The MaverickMCP server exposes 1 destructive tools including remove_portfolio_position. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MaverickMCP? +

The MaverickMCP server has 1 write tools including add_portfolio_position. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MaverickMCP.

How many tools does the Maverick MCP server expose? +

54 tools across 4 categories: Destructive, Execute, Read, Write. 40 are read-only. 14 can modify, create, or delete data.

How do I enforce a policy on MaverickMCP? +

Register the Maverick MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MaverickMCP tool call.

Deterministic rules across all 54 MaverickMCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

54 MaverickMCP tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.