mcp-blockchain-events
v0.3.0
io.github.CryptoAPIs-io/mcp-blockchain-events
MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs
共 23,480 个资源
v0.3.0
io.github.CryptoAPIs-io/mcp-blockchain-events
MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs
v0.3.0
io.github.CryptoAPIs-io/mcp-block-data
MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs
v0.3.0
io.github.CryptoAPIs-io/mcp-address-latest
MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs
v0.3.0
io.github.CryptoAPIs-io/mcp-address-history
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
v0.9.6
io.github.kailayerhq/kai
Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.
v2.0.0
io.github.clarencyu-boop/sentinel
Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
v1.0.2
io.github.XXO47OXX/spa-reader-mcp
MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content
vmain
io.github.Comfy-Org/ComfyUI_frontend/writing-storybook-stories
Write or update Storybook stories for Vue components in ComfyUI_frontend. Use when adding, modifying, reviewing, or debugging `.stories.ts` files, Storybook docs, component demos, or visual catalog entries in `src/` or `apps/desktop-ui/`.
v3.1.0
io.github.yb48666-ctrl/otr-protocol
Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.
v0.1.3
io.github.salvo10f/godotiq
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
vmain
io.github.ECNU-ICALK/AutoSkill/генерация-sql-запросов-для-схемы-qry_queue
Создает SQL-запросы для базы данных с фиксированной схемой (таблицы QRY_QUEUE, ST_ABONENTS, QRY_TYPE) для анализа статистики обработки сообщений, процента ошибок и данных абонентов.
vmain
io.github.ECNU-ICALK/AutoSkill/sql-query-generation-with-explicit-joins
Generates SQL queries adhering to the constraint of avoiding NATURAL JOIN syntax, using explicit JOIN conditions instead.
vmain
io.github.ECNU-ICALK/AutoSkill/react-code-refactoring-with-eslint-rules
Refactors React code snippets based on specific ESLint rules or documentation provided by the user, prioritizing concise implementations and unified event handlers for accessibility.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-react-select-to-react-select-with-dark-theme
Migrates a native HTML select dropdown to the react-select library, applying a black background theme and handling the onChange event signature difference.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-globe-configuration-to-react-props
Refactor imperative three-globe configuration chains into a declarative React component using globe.gl that accepts visualization parameters as props.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-decompiled-c-code-to-c99
Transforms decompiled C code (e.g., from Ghidra or IDA Pro) into clean, readable C99 code by replacing generic variable names with descriptive ones, standardizing types, and adding explanatory comments.
vmain
io.github.ECNU-ICALK/AutoSkill/modular-game-architecture-refactoring
Refactor game code into a modular, component-based architecture using specific design patterns (Observer, Strategy, Command) and separation of concerns.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-python-code-without-if-else-keywords-or-dictionaries
Rewrites Python functions to eliminate 'if' and 'else' keywords and dictionary usage, ensuring the output is a properly indented Python code block.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-loops-to-pandarallel-parallel-processing
Converts sequential Python loops into parallelized code using the `pandarallel` library, handling DataFrame conversion, function scoping, and FastAPI integration.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-java-null-checks-using-spring-objectutils
Refactor Java code to replace standard null checks and string comparisons with org.springframework.util.ObjectUtils utility methods for safer and cleaner code.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-c-request-method-for-lambda-callback
Modifies the HttpAdapter Request method signature to accept a std::function callback for handling HttpResponse objects asynchronously.
vmain
io.github.ECNU-ICALK/AutoSkill/python-code-refactoring-without-quotation-marks
Refactor Python code to replace print statements with join() and strictly avoid using any single or double quotation marks by utilizing chr() for string literals.
vmain
io.github.ECNU-ICALK/AutoSkill/css-stop-and-turn-animation-generator
Generates CSS keyframe animations where an object moves in straight lines, stops at turning points to rotate in place, and then continues moving.
vmain
io.github.ECNU-ICALK/AutoSkill/css-coding-without-universal-selector
Generate CSS code while strictly avoiding the use of the universal selector (*) to prevent performance issues and unintended style inheritance.