MyronKoch-dev/andromeda-mcp-server
If you are the rightful owner of andromeda-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Andromeda MCP Server is a production-ready server designed to facilitate comprehensive blockchain operations within the Andromeda Protocol, offering a robust ADO ecosystem with high functionality.
get_chain_info
Chain metadata & latest block
generate_wallet
24-word mnemonic generation
deploy_ado
Deploy ADO instances
cw721_mint_nft
Mint NFTs
deploy_cw20_exchange
Deploy token exchange
š Andromeda MCP Server - Production Ready ADO Ecosystem
š¦ Quick Start - NPM Installation
# Install globally
npm install -g @myronkoch/andromeda-mcp-server
# Or run directly with npx
npx @myronkoch/andromeda-mcp-server
# Or use in an MCP client configuration
Claude Desktop Configuration
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"andromeda": {
"command": "npx",
"args": ["@myronkoch/andromeda-mcp-server"],
"env": {
"ANDROMEDA_NETWORK": "testnet"
}
}
}
}
Version 2.1.0 - 98%+ Functionality
The Andromeda MCP Server provides comprehensive blockchain operations for the Andromeda Protocol, delivering a production-ready ADO (Andromeda Digital Objects) ecosystem with 98%+ functionality across all major operations.
This MCP server connects to any MCP-compatible agent framework, transforming the way developers build on blockchain.
Here's how it works:
- Brainstorm business ideas with your AI agent; together you'll design the perfect stack of 'ADOs' - to power your blockchain backend.
- Then, with a few simple commands, the server deploys and tests everything for you.
š§ Installation & Usage
Installation Options
-
Global Installation (Recommended)
npm install -g @myronkoch/andromeda-mcp-server andromeda-mcp-server
-
NPX (No Installation Required)
npx @myronkoch/andromeda-mcp-server
-
Local Project Installation
npm install @myronkoch/andromeda-mcp-server npx andromeda-mcp-server
Network Configuration
# Testnet (default)
ANDROMEDA_NETWORK=testnet npx @myronkoch/andromeda-mcp-server
# Mainnet (configuration needed)
ANDROMEDA_NETWORK=mainnet npx @myronkoch/andromeda-mcp-server
Development Mode
# Clone repository for development
git clone https://github.com/myronkoch/andromeda-mcp-server.git
cd andromeda-mcp-server
npm install
npm run start:dev:testnet
šÆ Executive Demo Prompts
Test the Andromeda Virtual Technical Co-Founder with these business-focused prompts:
1. Creator Economy Platform
"Act as my Andromeda virtual technical co-founder and help me understand ADO composition for a creator economy platform"
2. Supply Chain Verification System
"Act as my Andromeda virtual technical co-founder and design a supply chain verification platform using ADO composition"
3. DeFi Lending Protocol
"Act as my Andromeda virtual technical co-founder and architect a DeFi lending protocol with systematic ADO deployment"
4. Subscription SaaS Business
"Act as my Andromeda virtual technical co-founder and build a decentralized subscription service using ADO composition patterns"
5. NFT Marketplace Ecosystem
"Act as my Andromeda virtual technical co-founder and deploy an NFT marketplace with integrated auction and staking features"
6. Community Token Economy
"Act as my Andromeda virtual technical co-founder and create a community token economy with governance and reward distribution"
š What Each Prompt Demonstrates:
ā
Virtual Technical Co-Founder positioning
ā
Systematic 3-phase approach (Analysis ā Deployment ā Validation)
ā
Foundation ā Financial ā Application layer sequencing
ā
Business value emphasis over technical details
ā
Multiple architecture options brainstormed
ā
Competitive advantages articulated
š§ Outstanding Issues for Team Collaboration
App ADO Authorization Issues (4 tools)
The App ADO tools are implemented but experiencing authorization failures on both testnet and mainnet:
Tool | Status | Issue |
---|---|---|
create_app | ā Authorization Error | Multiple format variations attempted, all hit "Unauthorized" errors |
get_app_info | ā Dependent | Requires successful App creation |
list_app_components | ā Dependent | Requires successful App creation |
update_app_config | ā Dependent | Requires successful App creation |
Technical Details:
- Code has extensive debugging with 5 different format variations tested
- Issue persists despite platform fees, higher gas, and various message structures
- Authorization failure suggests permission or economics engine requirements
Mainnet Configuration (Network Ready, Configuration Needed)
Issue | Status | Details |
---|---|---|
Mainnet Kernel Address | ā ļø Needs Discovery | Currently using testnet address as placeholder |
Mainnet ADODB Integration | ā ļø Dependent | Needs correct kernel address for ADODB queries |
Next Steps for Team:
- App ADO Permission Investigation: Research App creation requirements on testnet/mainnet
- Mainnet Kernel Discovery: Find correct mainnet kernel address
- Release Planning: Consider splitting into specialized MCP servers
šļø Architecture Overview
graph TB
subgraph "Andromeda MCP Server v2.0.0"
subgraph "Core Infrastructure - 100% Operational"
CHAIN[Blockchain Core<br/>6/6 Tools ā
]
WALLET[Wallet Management<br/>2/2 Tools ā
]
CONTRACT[Contract Operations<br/>4/4 Tools ā
]
end
subgraph "ADO Ecosystem - 92% Operational"
DEPLOY[ADO Deployment<br/>4/4 Tools ā
]
ADODB[ADODB Integration<br/>3/3 Tools ā
]
GRAPHQL[GraphQL & Analytics<br/>2/2 Tools ā
]
APP[App Management<br/>0/4 Tools ā]
style APP fill:#ffcccc
end
subgraph "Token Operations - 100% Operational"
TOKEN[Token Management<br/>3/3 Tools ā
]
EXCHANGE[CW20 Exchange<br/>5/5 Tools ā
]
STAKING[CW20 Staking<br/>4/4 Tools ā
]
AIRDROP[Merkle Airdrop<br/>3/3 Tools ā
]
end
subgraph "NFT & Marketplace - 100% Operational"
NFT[NFT Operations<br/>2/2 Tools ā
]
MARKET[Marketplace<br/>2/2 Tools ā
]
AUCTION[Auction System<br/>4/4 Tools ā
]
SPLITTER[Revenue Splitting<br/>1/1 Tools ā
]
end
end
subgraph "Network Status"
TESTNET[galileo-4 Testnet<br/>ā
Fully Operational]
MAINNET[andromeda-1 Mainnet<br/>ā ļø Config Needed]
style MAINNET fill:#ffffcc
end
subgraph "Team Opportunities"
INVESTIGATE[App ADO Auth<br/>š Investigation Needed]
KERNEL[Mainnet Kernel<br/>š§ Discovery Needed]
SPLIT[Specialized MCPs<br/>š¦ Strategic Planning]
style INVESTIGATE fill:#ffcccc
style KERNEL fill:#ffffcc
style SPLIT fill:#ccffcc
end
CHAIN --> TESTNET
DEPLOY --> TESTNET
TOKEN --> TESTNET
NFT --> TESTNET
APP -.-> INVESTIGATE
MAINNET -.-> KERNEL
SPLIT -.-> TOKEN
SPLIT -.-> NFT
š Comprehensive Tool Status - 46/50 Working
ā Core Blockchain Operations (6/6 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
get_chain_info | Chain metadata & latest block | ā Working | get_chain_info() |
get_block_info | Block details by height | ā Working | get_block_info({"height": 123456}) |
get_account_info | Account details & sequence | ā Working | get_account_info({"address": "<address>"}) |
get_account_balance | Token balances | ā Working | get_account_balance({"address": "<address>"}) |
get_validators | Active validator set | ā Working | get_validators() |
get_transaction | Transaction by hash | ā Working | get_transaction({"txHash": "<txHash>"}) |
ā Wallet Management (2/2 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
generate_wallet | 24-word mnemonic generation | ā Working | generate_wallet() |
get_wallet_address | Address from mnemonic | ā Working | get_wallet_address({"mnemonic": "<mnemonic>"}) |
ā Contract Operations (4/4 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
query_ado | Query ADO contracts | ā Working | query_ado({"contractAddress": "<address>", "query": {}}) |
execute_ado | Execute ADO functions | ā Working | execute_ado({"contractAddress": "<address>", "msg": {}, "mnemonic": "<mnemonic>"}) |
get_contract_info | Contract metadata | ā Working | get_contract_info({"contractAddress": "<address>"}) |
get_code_info | Code details by ID | ā Working | get_code_info({"codeId": 10}) |
ā Additional Contract Tools (2/2 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
get_contracts | List contracts by code ID | ā Working | get_contracts({"codeId": 10}) |
get_recent_transactions | Recent blockchain transactions | ā Working | get_recent_transactions({"limit": 50}) |
ā Token Operations (3/3 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
transfer_tokens | Native token transfers | ā Working | transfer_tokens({"recipient": "<address>", "amount": "1000000", "mnemonic": "<mnemonic>"}) |
cw20_mint | Mint CW20 tokens | ā Working | cw20_mint({"contractAddress": "<address>", "recipient": "<address>", "amount": "1000", "mnemonic": "<mnemonic>"}) |
cw20_burn | Burn CW20 tokens | ā Working | cw20_burn({"contractAddress": "<address>", "amount": "1000", "mnemonic": "<mnemonic>"}) |
ā NFT Operations (2/2 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
cw721_mint_nft | Mint NFTs | ā Working | cw721_mint_nft({"contractAddress": "<address>", "tokenId": "1", "owner": "<address>", "mnemonic": "<mnemonic>"}) |
marketplace_list_item | List NFT for sale | ā Working | marketplace_list_item({"marketplaceAddress": "<address>", "nftContract": "<address>", "tokenId": "1", "price": {"amount": "1000000", "denom": "uandr"}, "mnemonic": "<mnemonic>"}) |
ā Marketplace & Trading (2/2 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
auction_place_bid | Bid on auctions | ā Working | auction_place_bid({"auctionAddress": "<address>", "amount": "1000000", "mnemonic": "<mnemonic>"}) |
splitter_update_recipients | Update splitter config | ā Working | splitter_update_recipients({"splitterAddress": "<address>", "recipients": [...], "mnemonic": "<mnemonic>"}) |
ā ADO Deployment (4/4 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
deploy_ado | Deploy ADO instances | ā Working | deploy_ado({"adoType": "cw20", "name": "MyToken", "instantiateMsg": {...}, "mnemonic": "<mnemonic>"}) |
instantiate_ado | Custom ADO instantiation | ā Working | instantiate_ado({"codeId": 10, "instantiateMsg": {...}, "label": "MyADO", "mnemonic": "<mnemonic>"}) |
migrate_ado | Migrate ADO versions | ā Working | migrate_ado({"contractAddress": "<address>", "newCodeId": 11, "migrateMsg": {}, "mnemonic": "<mnemonic>"}) |
publish_ado | Publish ADO to database | ā Working | publish_ado({"codeId": 10, "adoType": "cw20", "version": "1.0.0", "mnemonic": "<mnemonic>"}) |
ā ADODB Integration (3/3 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
query_adodb | Query ADO database | ā Working | query_adodb({"adoType": "cw20"}) |
get_ado_code_id | Get Code ID for ADO | ā Working | get_ado_code_id({"adoType": "cw20"}) |
list_ado_versions | List ADO versions | ā Working | list_ado_versions({"adoType": "cw20"}) |
ā GraphQL & Analytics (2/2 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
graphql_query | Execute GraphQL queries | ā Working | graphql_query({"query": "query {...}"}) |
subscribe_ado_events | Monitor ADO events | ā Working | subscribe_ado_events({"contractAddress": "<address>"}) |
ā App Management (0/4 - Authorization Issues)
Tool | Description | Status | Issue |
---|---|---|---|
create_app | Create multi-ADO Apps | ā Authorization Error | Unauthorized despite multiple format attempts |
get_app_info | Query App details | ā Blocked | Requires successful App creation |
list_app_components | List App components | ā Blocked | Requires successful App creation |
update_app_config | Update App configuration | ā Blocked | Requires successful App creation |
ā CW20 Exchange System (5/5 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
deploy_cw20_exchange | Deploy token exchange | ā Working | deploy_cw20_exchange({"tokenAddress": "<address>", "name": "TokenExchange", "mnemonic": "<mnemonic>"}) |
start_cw20_sale | Start token sale | ā Working | start_cw20_sale({"exchangeAddress": "<address>", "tokenAddress": "<address>", "amount": "1000", "asset": {...}, "exchangeRate": "10", "mnemonic": "<mnemonic>"}) |
purchase_cw20_tokens | Purchase tokens | ā Working | purchase_cw20_tokens({"exchangeAddress": "<address>", "purchaseAsset": {...}, "mnemonic": "<mnemonic>"}) |
cancel_cw20_sale | Cancel active sale | ā Working | cancel_cw20_sale({"exchangeAddress": "<address>", "asset": {...}, "mnemonic": "<mnemonic>"}) |
query_cw20_sale | Query sale status | ā Working | query_cw20_sale({"exchangeAddress": "<address>", "asset": {...}}) |
ā Auction System (4/4 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
deploy_auction | Deploy auction contract | ā Working | deploy_auction({"name": "NFTAuction", "mnemonic": "<mnemonic>"}) |
start_auction | Start NFT auction | ā Working | start_auction({"auctionAddress": "<address>", "tokenId": "1", "tokenAddress": "<address>", "duration": 86400, "mnemonic": "<mnemonic>"}) |
place_auction_bid | Place auction bid | ā Working | place_auction_bid({"auctionAddress": "<address>", "tokenId": "1", "tokenAddress": "<address>", "bidAmount": "1000000", "denom": "uandr", "mnemonic": "<mnemonic>"}) |
finalize_auction | Finalize completed auction | ā Working | finalize_auction({"auctionAddress": "<address>", "tokenId": "1", "tokenAddress": "<address>", "mnemonic": "<mnemonic>"}) |
ā CW20 Staking System (4/4 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
deploy_cw20_staking | Deploy staking contract | ā Working | deploy_cw20_staking({"name": "TokenStaking", "stakingToken": "<address>", "rewardToken": "<address>", "rewardAllocation": "1000000", "mnemonic": "<mnemonic>"}) |
stake_cw20_tokens | Stake CW20 tokens | ā Working | stake_cw20_tokens({"stakingAddress": "<address>", "tokenAddress": "<address>", "amount": "1000", "mnemonic": "<mnemonic>"}) |
unstake_cw20_tokens | Unstake CW20 tokens | ā Working | unstake_cw20_tokens({"stakingAddress": "<address>", "amount": "1000", "mnemonic": "<mnemonic>"}) |
claim_staking_rewards | Claim staking rewards | ā Working | claim_staking_rewards({"stakingAddress": "<address>", "mnemonic": "<mnemonic>"}) |
ā Merkle Airdrop System (3/3 - 100%)
Tool | Description | Status | Usage |
---|---|---|---|
deploy_merkle_airdrop | Deploy airdrop contract | ā Working | deploy_merkle_airdrop({"name": "TokenAirdrop", "asset": {...}, "merkleRoot": "<hash>", "totalAmount": "1000000", "mnemonic": "<mnemonic>"}) |
claim_airdrop_tokens | Claim airdrop tokens | ā Working | claim_airdrop_tokens({"airdropAddress": "<address>", "amount": "1000", "proof": [...], "mnemonic": "<mnemonic>"}) |
query_airdrop_claim | Check airdrop claim status | ā Working | query_airdrop_claim({"airdropAddress": "<address>", "address": "<address>"}) |
šÆ Current ADO Ecosystem Status
46 out of 50 tools are fully operational, providing comprehensive blockchain functionality across all major areas except App ADO creation. The remaining 4 tools are implemented but blocked by authorization issues that require investigation.
Working Systems:
- ā Complete NFT & DeFi ecosystems
- ā Full ADODB integration
- ā All token operations
- ā GraphQL analytics
- ā All deployment tools
Blocked: App ADO multi-contract composition (authorization research needed)
š Production Infrastructure
- Network: Testnet fully operational, mainnet configuration needed
- Tool Coverage: 46/50 tools operational (92% functionality)
- Security: Robust validation, mnemonic safety, and error handling
- Gas Management: Automatic estimation with safety multipliers
- Type Safety: Full schema validation
š Usage Examples
NFT Marketplace Workflow
// 1. Mint NFT
cw721_mint_nft({
"contractAddress": "<nft_contract_address>",
"tokenId": "example_nft",
"owner": "<owner_address>",
"mnemonic": "<mnemonic>"
})
// 2. List for Sale
marketplace_list_item({
"marketplaceAddress": "<marketplace_address>",
"nftContract": "<nft_contract_address>",
"tokenId": "example_nft",
"price": {"amount": "1000000", "denom": "uandr"},
"mnemonic": "<mnemonic>"
})
// 3. Query Active Sale
query_ado({
"contractAddress": "<marketplace_address>",
"query": {"sale": {"sale_id": 1}}
})
CW20 Token Lifecycle
// 1. Deploy CW20 Token
deploy_ado({
"adoType": "cw20",
"name": "MyToken",
"instantiateMsg": {
"name": "My Token",
"symbol": "MTK",
"decimals": 6,
"initial_balances": []
},
"mnemonic": "<mnemonic>"
})
// 2. Mint Tokens
cw20_mint({
"contractAddress": "<cw20_contract_address>",
"recipient": "<recipient_address>",
"amount": "1000000",
"mnemonic": "<mnemonic>"
})
// 3. Create Exchange
deploy_cw20_exchange({
"tokenAddress": "<cw20_contract_address>",
"name": "TokenExchange",
"mnemonic": "<mnemonic>"
})
Multi-ADO App Creation (ā ļø Currently Blocked)
// Note: App creation currently experiencing authorization issues
// Implementation ready, needs permission investigation
create_app({
"name": "DeFi App",
"components": [
{
"name": "Token",
"ado_type": "cw20",
"instantiate_msg": {
"name": "App Token",
"symbol": "APP",
"decimals": 6
}
}
],
"mnemonic": "<mnemonic>"
})
ADODB Integration
// Query available ADO types
query_adodb({
"adoType": "cw20"
})
// Get Code ID for deployment
get_ado_code_id({
"adoType": "cw721"
})
// List available versions
list_ado_versions({
"adoType": "marketplace"
})
š Security & Best Practices
- Address Validation: All inputs validated before network calls
- Mnemonic Safety: Secure handling, never logged
- Gas Management: Automatic estimation with safety multipliers
- Error Handling: Comprehensive validation and user feedback
- Type Safety: Full schema validation
š Development Timeline
Date | Milestone | Tools Operational |
---|---|---|
May 27 | Initial deployment | 17 tools |
May 28 | Infrastructure fixes | 22 tools |
May 30 | Major breakthroughs | 37 tools |
May 31 | Current Status | 46/50 tools |
š Production-Ready Value & Team Opportunities
Completed Excellence:
- Comprehensive ADO Ecosystem: 46/50 tools operational with full platform support
- Enterprise Deployment: Ready for real-world applications on testnet
- Technical Excellence: Systematic, robust, and secure implementation
- Complete Workflows: NFT, DeFi, staking, auctions, and airdrops fully operational
Team Collaboration Opportunities:
- App ADO Investigation: Interesting authorization challenge requiring Andromeda protocol expertise
- Mainnet Configuration: Straightforward kernel address discovery and configuration
- Specialized MCP Servers: Strategic opportunity to create focused, domain-specific tools
Status: Production-ready with 92% functionality (46/50 tools operational)
Ideal for: Team engagement, learning opportunities, and strategic product planning
This MCP server demonstrates exceptional technical achievement while providing clear opportunities for team collaboration and learning. The remaining 4 tools represent interesting challenges rather than blockers to production deployment.
For more information, integration support, or enterprise inquiries, please contact the Andromeda Protocol team.