Skip to content

[CON-918] Document MCP blockchain RPC tools in build-web3 - #9

Open
0xsergen wants to merge 2 commits into
mainfrom
con-918-update-docs-guides-and-agent-plugins-repo
Open

[CON-918] Document MCP blockchain RPC tools in build-web3#9
0xsergen wants to merge 2 commits into
mainfrom
con-918-update-docs-guides-and-agent-plugins-repo

Conversation

@0xsergen

Copy link
Copy Markdown
Collaborator

The Quicknode MCP server exposes call-rpc, enable-tooling-access, and
disable-tooling-access for read-only blockchain calls through Tooling
Access. The skill's MCP reference covered only account management.

  • references/quicknode/mcp-reference.md: new "Blockchain RPC (Tooling Access)" section covering inputs, network slugs, read-only enforcement, and the account-wide effect of disabling; new tool table and example prompts; updated role table
  • SKILL.md: prefer call-rpc for one-off onchain reads instead of asking the user for an endpoint URL
  • Plugin manifests, server.json, marketplace entries, and README: descriptions now cover live reads alongside management
  • Plugin version 1.0.1 → 1.0.2

The Quicknode MCP server exposes call-rpc, enable-tooling-access, and
disable-tooling-access for read-only blockchain calls through Tooling
Access. The skill's MCP reference covered only account management.

- mcp-reference.md: new "Blockchain RPC (Tooling Access)" section
  covering inputs, network slugs, read-only enforcement, and the
  account-wide effect of disabling; new tool table, example prompts,
  and updated role table
- SKILL.md: prefer call-rpc for one-off onchain reads instead of asking
  the user for an endpoint URL
- Plugin manifests, server.json, marketplace entries, and README:
  descriptions now cover live reads alongside management
- Plugin version 1.0.1 -> 1.0.2

### Enabling And Disabling

`enable-tooling-access` provisions the endpoint and caches the credential. `disable-tooling-access` turns the setting off. Both take no arguments and are idempotent, and both require the **Admin** role. A Viewer connection can call `call-rpc` once Tooling Access is on, but cannot turn it on; if `call-rpc` fails because the setting is off, ask the user to reconnect with Admin or enable it from another interface.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback here as the docs PR, can we not use "endpoint" for tooling access? You can say setting or the tooling access URL

Describe Tooling Access as an account setting rather than an endpoint,
simplify the network slug guidance, and use a real address in the
example prompt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants