The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 2890 tools indexed ]
[ all tools ]
30 / 2890
get_github_repo
[ remote ]Fetch detailed statistics and metadata for a GitHub repository. Returns star count, fork count, open issue count, primary programming language, project description, last updated timestamp, and contributor count. Use for evaluating open-source projects, competitive analysis, or monitoring project health.
get_hist_data
[ remote ]Get historical stock market data. 'eastmoney_direct' support all A,B,H shares
get_hourly_forecast
[ remote ]Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Will it rain this afternoon in [US location]?' questions. Provides detailed hourly conditions for up to 48 hours.
get_hourly_forecast
[ remote ]Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Will it rain this afternoon in [US location]?' questions. Provides detailed hourly conditions for up to 48 hours.
get_image_dimensions
[ remote ]Returns the width and height of an image. Useful before cropping to know the valid crop area.
get_income_statement
[ remote ]Get company income statement data.
get_inner_trade_data
[ remote ]Get company insider trading data.
get_issue
[ remote ]Get details of a specific issue in a GitHub repository.
get_job_logs
[ remote ]Get logs for GitHub Actions workflow jobs. Use this tool to retrieve logs for a specific job or all failed jobs in a workflow run. For single job logs, provide job_id. For all failed jobs in a run, provide run_id with failed_only=true.
get_label
[ remote ]Get a specific label from a repository.
get_last_game
[ remote ]Get the gamePk (game_id) for the given team's most recent completed game.
get_league_leader_data
[ remote ]Returns a list of stat leaders overall or for a given league (103=AL, 104=NL).
get_library_docs
[ remote ]Get comprehensive documentation for commonly used libraries in Next.js projects. Available: framer-motion, mdx, headless-ui, next-themes, clsx, tailwind-plugins. Includes installation, usage examples, patterns, and best practices.
get_linescore
[ remote ]Get formatted linescore data for a specific MLB game.
get_llms_context
[ remote ]Get Better Auth LLMs.txt content for comprehensive context
get_local_time
[ remote ]Get the current local time for a US location. Shows what time it is right now at the specified location.
get_local_time
[ remote ]Get the current local time for a US location. Shows what time it is right now at the specified location.
get_logs
[ remote ]Gets logs for a Supabase project by service type. Use this to help debug problems with your app. This will return logs within the last 24 hours.
get_market
[ remote ]Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full market data.
get_market_stats
[ remote ]Get real-time OpenClaw Intel ecosystem stats: active Pro users, report count, data freshness, and coverage metrics. Always free. Use this to evaluate the intelligence quality before purchasing.
get_me
[ remote ]Get details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.
get_meta
[ remote ]Get available values from StatsAPI for use in other queries, or look up descriptions for values found in API results. For example, to get a list of leader categories to use when calling team_leaders(): statsapi.meta('leagueLeaderTypes')
get_migration_recommendation
[ remote ]Analyze an audit report for migration opportunities. Returns recommended replacements, migration roadmap, and risk assessment.
get_monitoring_results
[ remote ]Gets the latest monitoring results for a brand — aggregated sentiment, mention rank, and share of voice per provider and overall.
get_news_data
[ remote ]Get stock-related news data.
get_next_bus
[ remote ]Get the next arrival time for a specified bus route at a stop. Args: route: The bus route number (e.g., "1A", "6", "960") stop_name: The name of the bus stop
get_next_game
[ remote ]Get the game ID for a team's next scheduled game.
get_nextjs_full_docs
[ remote ]Get the complete Next.js 15+ documentation (~2.5MB, ~320,000 tokens). WARNING: This returns ~320,000 tokens. Only use with LLMs that support large context windows (100k+ tokens). For smaller contexts, use 'search_nextjs_docs' instead. Covers: App Router, Server Components, Client Components, routing, layouts, pages, data fetching, Server Actions, middleware, deployment, and optimization.
get_notification_details
[ remote ]Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.
get_npm_package
[ remote ]Look up Node.js package information from NPM registry. Returns latest version, download statistics (weekly/monthly), dependency list, package description, license, and GitHub link. Use for evaluating JavaScript libraries, checking maintenance status, or reviewing package popularity.