Usage
Using Reclaim Protocol MCP using AI Coding Agents
Pick a provider
Ask your agent plainly:
"Use Reclaim to create a provider that proves my GitHub follower count."
or you can even ask it like:
"I want to verify Github follow count"
Find a pre-built provider
Reclaim Protocol community has built thousands of providers already. You could probably find a stable one instead of creating anew. Or reuse one you have created before, so that you have fewer providers to maintain.
"Find a provider for Github that verifies the follower count"
Let the agent cook!
The agent orchestrates the tools for you:
reclaim_authenticate— a Chrome window opens the Reclaim dashboard; you sign in. The token is captured automatically and the tab closes. (Or it reuses a still-valid cached identity.)attach_chrome+navigate— opens the target site (e.g.github.com);wait_for_pagewaits while you log in there.start_capture→find_requests_containing→get_request— records network traffic and locates the request carrying your value.propose_provider— drafts the provider (acontainsmatch +jsonPath/xPath/regexredaction), keeping any secret headers server-side.replay_request→run_proof— pre-flights the draft, then produces a verified zkTLS proof via the attestor.create_provider_version_from_capture— publishes it.get_me_providerslists what you own; pass a returnedproviderIdback to publish a new version of an existing provider.
Troubleshooting
If the verification process stops working, you can simply ask the agent to fix it.
"My Github follower count provider has stopped working. Can you fix it?"
In some cases, you will be asked to login again as the agent tries to fix it or create a new provider if the website you are targetting has changed significantly.
If that doesn't work, you can check out building providers manually. Or contact us over email.