CW-Graph MCP Server provides a TypeScript implementation for interacting with a CosmWasm-based social graph smart contract on a blockchain. It enables AI assistants to create, update, query, and delete cyberlinks (graph relationships) through a set of well-defined tools that communicate with the blockchain via CosmJS. The server handles wallet management, transaction signing, and result formatting, making it particularly useful for applications that need to store structured data like conversation threads, social connections, or content relationships in a decentralized manner.
Create a new cyberlink.
Create a named cyberlink with identifier.
Create multiple cyberlinks in batch.
Update an existing cyberlink by ID.
Delete a cyberlink by ID.
Query a single cyberlink by numeric ID.
Query a cyberlink by its formatted ID.
Query all cyberlinks with pagination.
Query all named cyberlinks.
Query multiple cyberlinks by their IDs.
Query cyberlinks by owner address.
Query cyberlinks by creation time range.
Query cyberlinks by creation or update time range.
Get the last assigned cyberlink ID.
Query contract configuration.
Query contract debug state (admin only).
Check transaction status and get cyberlink IDs.
Get wallet address and token balances.
Send tokens to another wallet address.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!