mdskills
← All tags

GitHub AI Agent Skills

AI agent skills for GitHub. Actions workflows, PR automation, issue management, and repository best practices.

561 listings

Ethereum Validator Queue MCP

MCP Server

An MCP server that tracks Ethereum’s validator activation and exit queues in real time, enabling AI agents to monitor staking dynamics and network participation trends. - getactivationqueue: Retrieves statistics about the Ethereum validator activation queue, including queue length, total active validators, entering validators' balance, and estimated wait time. - getexitqueue: Retrieves statistics

7.0kukapay/ethereum-validator-queue-mcp

Optuna MCP Server

MCP Server

A Model Context Protocol (MCP) server that automates optimization and analysis using Optuna. The Optuna MCP Server can be used in the following use cases, for example. - Automated hyperparameter optimization by LLMs - Interactive analysis of Optuna's optimization results via chat interface - Optimize input and output of other MCP tools For details, see the Examples section. The Optuna MCP server c

8.0optuna/optuna-mcp

Wallet Inspector MCP

MCP Server

An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain. - Multi-Chain Support: Queries Solana, Ethereum, Polygon, Binance Smart Chain (BSC), Base, Arbitrum and more. - Flexible Output: Balances in ASCII tables, activities and transactions in structured text. - Python: Version 3.10 or higher. - Dune SIM API Key: Obtain fro

8.0kukapay/wallet-inspector-mcp

NearbySearch MCP Server

MCP Server

An MCP server for nearby place searches with IP-based location detection. - IP-based Location Detection: Uses ipapi.co to determine your current location - Google Places Integration: Searches for nearby places based on keywords and optional type filters - Simple Interface: Single tool endpoint with customizable radius - Python 3.10+ - Google Cloud Platform API Key with Places API enabled - Interne

7.0kukapay/nearby-search-mcp

LongPort MCP

A MCP server implementation for LongPort OpenAPI, provides real-time stock market data, provides AI access analysis and trading capabilities through MCP. - LongPort OpenAPI: https://open.longportapp.com/en/ - SDK docs: https://longportapp.github.io/openapi - Trading - Create, amend, cancel orders, query today’s/past orders and transaction details, etc. - Quotes - Real-time quotes, acquisition of h

7.0longportapp/openapi

Freqtrade MCP

MCP Server

An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation. For more crypto-related MCP servers, see the Kukapay MCP servers. - Python 3.13+: Ensure Python is installed on your system. - Freqtrade: A running Freqtrade instance with the REST API enabled (see Freqtrade Docs). - Git: For cloning

8.0kukapay/freqtrade-mcp

Embedded Debugger MCP Server

MCP Server

A professional Model Context Protocol (MCP) server for embedded debugging with probe-rs. Provides AI assistants with comprehensive debugging capabilities for embedded systems including ARM Cortex-M, RISC-V microcontrollers with real hardware integration. - 🚀 Production Ready: Real hardware integration with 22 comprehensive debugging tools - 🔌 Multi-Probe Support: J-Link, ST-Link V2/V3, DAPLink,

8.0adancurusul/embedded-debugger-mcp

Rug Check MCP

MCP Server

An MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects. - Token Analysis Tool: The analysistoken tool retrieves and processes Solana token data from the Solsniffer API. - Structured Output: Returns detailed token information including name, symbol, Snif score, market cap, price, supply, risks, and audit status. - Python 3.10 or highe

7.0kukapay/rug-check-mcp

TheGraph MCP Server

MCP Server

An MCP server that powers AI agents with indexed blockchain data from The Graph. Fetches the schema of a specified subgraph, providing AI agents with the context needed to generate GraphQL queries. Parameters: - subgraphId: The subgraph ID (e.g., "QmZBQcF...") - asText: Output format flag - true: Returns human-readable GraphQL schema - false: Returns JSON schema (default) Executes GraphQL queries

7.0kukapay/thegraph-mcp

Hyperliquid Info MCP Server

MCP Server

An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics. - User Data Queries: - getuserstate: Fetch user positions, margin, and withdrawable balance for perpetuals or spot markets. - getuseropenorders: Retrieve all open orders for a user account. - getusertradehistory: Get trade fill history with details like symbol, size, an

7.0kukapay/hyperliquid-info-mcp

Google Drive server

MCP Server

This MCP server integrates with Google Drive to allow listing, reading, and searching files, as well as the ability to read and write to Google Sheets. This project includes code originally developed by Anthropic, PBC, licensed under the MIT License from this repo. - gdrivesearch - Description: Search for files in Google Drive. - query (string): Search query. - pageToken (string, optional): Token

8.0isaacphi/mcp-gdrive

Stack Chan

Stack-chan is a JavaScript-driven M5Stack-embedded super-kawaii robot. Video (with English subtitles): https://youtu.be/fZbmF08xV0 Official hashtag: stackchan | スタックチャン (JP). :neutralface: Show cute face :smile: Expression(Happy, Angry, Sad etc.) :smileycat: Customize face :eyes: Glance/stare/gaze :speechballoon: Say things :bulb: Addon M5Units :cyclone: Drive Serial(TTL)/PWM servos

2.0stack-chan/stack-chan

Hyperliquid WhaleAlert MCP

MCP Server

An MCP server that provides real-time whale alerts on Hyperliquid, flagging positions with a notional value exceeding $1 million. - Tool: getwhalealerts: Fetches recent whale transactions and returns them as a Markdown table using pandas for clean formatting. - Prompt: summarizewhaleactivity: Generates a summary of whale transactions, including metrics like total position value and notable symbols

7.0kukapay/hyperliquid-whalealert-mcp

MLB API MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface. This MCP server acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more into AI workflows and applications. - Current standings for all MLB teams with flex

8.0guillochon/mlb-api-mcp

Modbus MCP Server

MCP Server

An MCP server that standardizes and contextualizes Modbus data, enabling seamless integration of AI agents with industrial IoT systems. - Modbus Tools: - Read/write holding registers (readregister, writeregister). - Read/write coils (readcoils, writecoil). - Read input registers (readinputregisters). - Read multiple holding registers (readmultipleholdingregisters). - Prompt: Analyze Modbus registe

7.0kukapay/modbus-mcp

YouTube transcript — no API key!

Scrape, crawl, search, and extract web data. Converts any website to LLM-ready markdown. Local-first with smart escalation (HTTP → browser → stealth). No API key needed.

8.0webpeel/webpeel

BundlerMCP

MCP Server

A Model Context Protocol (MCP) server enabling AI agents to query information about dependencies in a Ruby project's Gemfile. Built with fast-mcp. Install the gem and add to the application's Gemfile by executing: 1. Generate the binstub: 2. Configure your client to execute the binstub. Here are examples that work for Claude and Cursor: Available on RubyDoc The server provides two tools for AI age

7.0subelsky/bundler_mcp

MCP Weather Server

MCP Server

A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API. You need an AccuWeather API key (free tier available). Sign up here and create an app to get your key. Export your API key as an environment variable: Then run the MCP Weather server directly with: Or, for HTTP/REST access via supergateway: For integration with Claude Desktop or other

7.0TimLukaHorstmann/mcp-weather

Homebrew MCP Python Server

MCP Server

A Model Context Protocol (MCP) server for Homebrew package management on macOS, designed for seamless integration with Claude Desktop and other MCP-compatible clients. - Language: Python 3.13 - MCP: Model Context Protocol - Package Manager: Homebrew (macOS) - Venv/Dependency Manager: uv - Exposes Homebrew commands as MCP tools. The supported commands are grouped by function: - Package Management:

8.0jeannier/homebrew-mcp

Search Console MCP

MCP Server

A Model Context Protocol (MCP) server that transforms how you interact with Google Search Console, Bing Webmaster Tools, and Google Analytics 4. Stop exporting CSVs and start asking questions. 📚 View Documentation Data Silos: Manually checking Google, then Bing, then GA4. Manual Correlation: Exporting 3 different CSVs and using VLOOKUPs to see if your 1 ranking page actually converts. Switching F

9.0saurabhsharma2u/search-console-mcp

BlockBeats MCP Server

MCP Server

An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. Try Kukapay News MCP — no API key required, fully AI-annotated. - Fast News Retrieval: Fetch the latest blockchain fast news articles using the getlatestnews tool. - In-Depth Articles: Access detailed blockchain articles with the getlatestarticles tool. - Multi-Language Support: Supports English (en),

7.0kukapay/blockbeats-mcp

MCP Server Runescape

MCP Server

This is an MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. The MCP server provides several tools which are used to answer your questions during gaming with data from accurate sources. Retrieve comprehensive information about tradeable items, including: - Current price in the Grand Exchange - Price tre

7.0stefan-xyz/mcp-server-runescape

Test Memory

MCP Server Plugin

Comprehensive interactive testing of all Memory MCP features

9.0michael-denyer/memory-mcp

Owlex

Start an OpenAI Codex CLI session for deep reasoning and code analysis

8.0agentic-mcp-tools/owlex