valentynfaychuk/amadeus-mcp
If you are the rightful owner of amadeus-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Amadeus MCP is a production-ready server that enables AI agents to interact with blockchain networks, facilitating various blockchain operations and use cases.
Tools
Functions exposed to the LLM to take actions
create_transfer
Build unsigned transaction blob
submit_transaction
Broadcast signed transaction
get_account_balance
Query all token balances for an account
get_chain_stats
Get current blockchain statistics (height, total transactions, total accounts)
get_block_by_height
Retrieve blockchain entries at a specific height
get_transaction
Get detailed transaction information by hash
get_transaction_history
Query transaction history for an account (with pagination)
get_validators
Get list of current validator nodes (trainers)
get_contract_state
Query smart contract storage by address and key
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client