Interaction between client and issuer to obtain and spend anonymous credit tokens (ACT).
- Issuer https://act-issuer-demo.cloudflareresearch.com/
- Client https://act-client-demo.cloudflareresearch.com/
Read the blog post: https://blog.cloudflare.com/private-rate-limiting
cd issuer
npm i
npx wrangler deploycd client
npm i
npm run build
npm run deployThe issuer needs to be started for the mcp server to work properly. The following command starts the MCP inspector to manually trigger tool calls.
cd act-mcp-server
cargo build
npx @modelcontextprotocol/inspector cargo run --bin act-mcp-serverThis software has not been audited. Please use at your sole discretion.
This project is under the Apache 2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be Apache 2.0 licensed as above, without any additional terms or conditions.