Stacks AI MCP Server (Stack-AI-MCP/stacks-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 46 out of 100, grade D. It declares 200 tools. No publisher has claimed this listing.
A comprehensive MCP server providing unified access to over 144 tools for lending, trading, and staking across six major DeFi protocols on the Stacks Bitcoin Layer 2. It enables AI agents to perform complex blockchain operations and interact with the DeFi ecosystem using natural language commands.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
Stack-AI-MCP
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
alex_get_all_swapsGet all available swap pairs with current volumes and prices in USD
alex_get_trading_pairsGet all active trading pairs on ALEX AMM
alex_get_all_tickersGet market statistics for all trading pairs (24h data)
alex_get_tickerGet market statistics for specific trading pair
alex_get_historical_swapsGet historical trades for specific pool token
alex_get_token_priceGet current price of a specific token
alex_get_token_price_historyGet historical price data for a token
alex_get_token_price_15minGet 15-minute interval price history for a token
alex_get_all_token_pricesGet current prices for all tokens on ALEX
alex_get_pool_token_priceGet current price of a pool token
alex_get_all_pool_statsGet statistics for all pool tokens
alex_get_pool_statsGet detailed statistics for a specific pool including volume, fees, liquidity and APR
alex_get_pool_volume_24hGet 24-hour pool volume history
alex_get_pool_volume_7dGet 7-day pool volume history
alex_get_pool_liquidityGet liquidity history for a specific pool
alex_get_pool_feesGet fee rebate history for a specific pool
alex_get_all_poolsGet information about all pools on ALEX
alex_get_amm_pool_statsGet AMM pool statistics including TVL and APY
alex_get_total_tvlGet total value locked across all ALEX pools
alex_get_token_tvlGet TVL time series for a specific token
alex_get_token_total_supplyGet total supply for a specific token
alex_get_circulating_supplyGet circulating supply of ALEX governance token
alex_get_token_mappingsGet token mappings (wrapped token relationships)
alex_get_contract_addressesGet all ALEX contract addresses for current network
alex_get_contract_addressGet specific ALEX contract address
alex_get_flash_loan_contract_infoGet information about ALEX flash loan contract and requirements
alex_prepare_flash_loan_contract_callPrepare flash loan contract call with requirements and estimated fees
alex_execute_swapExecute 1-hop token swap on ALEX AMM via swap-helper
alex_execute_swap_2hopExecute 2-hop token swap via swap-helper-a (token-x/token-y -> token-y/token-z)
alex_execute_swap_3hopExecute 3-hop token swap via swap-helper-b (X->Y->Z->W)
alex_execute_swap_4hopExecute 4-hop token swap via swap-helper-c (X->Y->Z->W->V)
arkadiko_create_vaultCreate new Arkadiko vault for minting USDA stablecoin
arkadiko_update_vaultUpdate existing Arkadiko vault by adjusting collateral or debt
arkadiko_close_vaultClose Arkadiko vault and repay all debt
arkadiko_get_vault_infoGet detailed information about an Arkadiko vault
arkadiko_liquidate_vaultLiquidate under-collateralized Arkadiko vault
arkadiko_create_swap_pairCreate new liquidity pair on Arkadiko DEX
arkadiko_add_liquidityAdd liquidity to existing Arkadiko swap pair
arkadiko_swap_tokensSwap tokens on Arkadiko DEX
arkadiko_get_swap_pairGet detailed information about Arkadiko swap pair
arkadiko_get_swap_feesGet trading fees for Arkadiko swap pair
arkadiko_create_proposalCreate new Arkadiko governance proposal
arkadiko_vote_on_proposalVote on Arkadiko governance proposal
arkadiko_get_proposalGet detailed information about Arkadiko governance proposal
arkadiko_stake_dikoStake DIKO tokens to earn rewards and voting power
arkadiko_unstake_dikoUnstake DIKO tokens
arkadiko_claim_staking_rewardsClaim pending staking rewards
arkadiko_get_stake_infoGet staking information for address
arkadiko_get_token_balanceGet token balance for address
arkadiko_get_token_total_supplyGet total supply of Arkadiko token
arkadiko_burn_usdaBurn USDA tokens to reduce total supply
arkadiko_get_token_priceGet token price from Arkadiko oracle
arkadiko_get_network_infoGet Arkadiko network configuration and contract addresses
arkadiko_complete_cdp_workflowComplete CDP workflow: Create vault, mint USDA, and manage position
arkadiko_complete_liquidity_workflowComplete liquidity provision workflow: Create pair and add liquidity
arkadiko_complete_governance_workflowComplete governance workflow: Stake DIKO, create proposal, and vote
arkadiko_get_user_portfolioGet complete user portfolio across all Arkadiko features
arkadiko_calculate_vault_healthCalculate vault health metrics and liquidation risks
arkadiko_optimize_vault_positionGet recommendations for optimizing vault position
bitflow_get_available_tokensGet all available tokens on Bitflow using official SDK
bitflow_get_possible_swapsGet all possible swap options for a given token using official SDK
bitflow_get_all_possible_token_yGet all possible destination tokens for swapping using official SDK
bitflow_get_all_possible_token_y_routesGet all possible routes between two tokens using official SDK
bitflow_get_quote_for_routeGet price quote for token swap using official SDK
bitflow_get_swap_paramsGet swap parameters for transaction execution using official SDK
bitflow_prepare_swap_executionPrepare swap execution with all parameters (requires StacksProvider for actual execution)
bitflow_get_or_create_keeper_contractGet or create keeper contract for automated trading using official SDK
bitflow_create_keeper_orderCreate keeper order for automated execution using official SDK
bitflow_get_keeper_orderGet keeper order details by ID using official SDK
bitflow_get_keeper_userGet user information with keeper contracts and orders using official SDK
bitflow_get_keeper_quoteGet quote for keeper action using official SDK
bitflow_create_group_orderCreate group order for scheduled execution using official SDK
bitflow_get_group_orderGet group order details by ID using official SDK
bitflow_cancel_keeper_orderCancel keeper order using official SDK
bitflow_cancel_group_orderCancel group order using official SDK
bitflow_get_keeper_tokensGet available tokens for keeper operations using official SDK
bitflow_get_keeper_possible_swapsGet possible keeper swaps for a token using official SDK
bitflow_get_all_keeper_possible_token_yGet all possible keeper token Y options using official SDK
bitflow_get_all_keeper_possible_token_y_routesGet all possible keeper token Y routes using official SDK
bitflow_get_keeper_quote_for_routeGet keeper quote for route using official SDK
bitflow_get_network_infoGet network configuration and SDK information
bitflow_get_token_formatsGet supported token formats and examples for SDK usage
bitflow_get_contract_addressesGet all Bitflow contract addresses for current network
bitflow_get_stableswap_poolsGet all StableSwap pool contract addresses
bitflow_get_xyk_poolsGet all XYK pool contract addresses
bitflow_execute_btc_to_sbtc_keeper_orderExecute complete BTC to sBTC swap using Keeper system
bitflow_execute_token_swap_with_keeperExecute token swap using Keeper system for automated execution
bitflow_setup_dca_ordersSetup Dollar Cost Averaging (DCA) orders using group orders
get_block_by_hashGet block information by block hash
get_block_by_heightGet block information by block height
get_recent_blocksGet list of recent blocks
get_block_transactionsGet transactions in a specific block
get_network_infoGet current network information and status
get_current_block_heightGet the current blockchain height
get_burn_block_infoGet information about burn blocks (Bitcoin blocks)
get_microblocksGet microblocks for a specific block
charisma_get_quoteGet optimal swap quote via Charisma vault routing
charisma_list_ordersList all limit orders, optionally filtered by owner
charisma_get_orderGet detailed information about specific order
charisma_create_orderCreate new limit or triggered order
100 further tools are not listed here. The complete surface is in the source.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
BITFLOW_API_HOSTBITFLOW_API_KEYNo BitFlow protocol API key (contact BitFlow team)BITFLOW_PROVIDER_ADDRESSDISABLE_TELEMETRYDisable telemetry (true/false)HIRO_API_KEY"": "your_hiro_api_key"KEEPER_API_HOSTKEEPER_API_KEYLOG_LEVELLogging level (info, debug, error)MCP_SERVER_HOSTServer host for HTTP mode (default: localhost)MCP_SERVER_PORTServer port for HTTP mode (default: 3000)READONLY_CALL_API_HOSTREADONLY_CALL_API_KEYSTACKS_DEFAULT_NETWORKSTACKS_DEVNET_API_URLCustom devnet API endpointSTACKS_EXPLORER_MAINNET_URLSTACKS_EXPLORER_TESTNET_URLSTACKS_MAINNET_API_URL"": "https://api.hiro.so",STACKS_NETWORK"": "testnet",STACKS_TESTNET_API_URL"": "https://api.testnet.hiro.so",TEST_ENVWALLET_MNEMONICEither Stacks wallet mnemonic phrase (12 or 24 words)WALLET_PRIVATE_KEY"": "0x1234...",Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
200/200 tools missing one or more hints — alex_get_all_swaps (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); alex_get_trading_pairs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); alex_get_all_tickers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +197 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 0/200 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Secrets not logged
6 secret values sent to console.log
Redact or omit secret values from log output.
Production dependencies are patched
0 critical, 14 high severity in production deps — @modelcontextprotocol/sdk@1.19.1 (high), @modelcontextprotocol/sdk@1.19.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dev dependencies
1 critical/high in dev-only deps (does not ship to users)
Upgrade dev dependencies when convenient.
Dependency freshness
1/18 production deps stale: reflect-metadata@2024-03-29 (2.4y)
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/stack-ai-mcp/stacks-mcp-server)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check