Skip to content

[Feature]: Rust MCP for the D_D RPC #13

@protocolwhisper

Description

@protocolwhisper

Contact Details

No response

Is your feature request related to a problem? Please describe.

As more normal users start using blockchains, it feels pretty obvious that a lot of them are not going to interact with chains directly. They’re going to use agents to do things like query txs, submit txs, and generally handle all the annoying chain-specific stuff for them. That makes it worth thinking about whether we should have an MCP layer so agents can actually consume blockchain data in a clean and reliable way. Also, since the current RPC model is subscription-based, atomic payments could be worth exploring later on, especially for more complex transactions where pay-per-use probably makes more sense. The bigger idea here is that this could eventually work as a plugin for something like Claude Code or even as a GPT-style app, where a normal user just asks for what they want to do and the agent handles the interaction across different chains.

Describe the solution you'd like!

Develop a Rust MCP for the D_D rpc using https://github.com/modelcontextprotocol/rust-sdk

Have you considered any alternatives?

x402 atomic payments for queries

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions