https://github.com/cloudflareresearch/anonymous-credentials-agent-demo
Demo for Anonymous Credentials Token for Rate-Limiting Agents
https://github.com/cloudflareresearch/anonymous-credentials-agent-demo
agents cryptography mcp token
Last synced: about 2 months ago
JSON representation
Demo for Anonymous Credentials Token for Rate-Limiting Agents
- Host: GitHub
- URL: https://github.com/cloudflareresearch/anonymous-credentials-agent-demo
- Owner: cloudflareresearch
- License: apache-2.0
- Created: 2025-10-23T12:09:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-29T23:44:06.000Z (8 months ago)
- Last Synced: 2025-10-30T01:29:57.542Z (8 months ago)
- Topics: agents, cryptography, mcp, token
- Language: CSS
- Homepage: https://blog.cloudflare.com/private-rate-limiting
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦊 ACT Rate-Limiting Demo

Interaction between client and issuer to obtain and spend anonymous credit tokens (ACT).
- **Issuer**
- **Client**
Read the blog post:
## Content
- [Usage](#usage)
- [Issuer](#issuer)
- [Client](#client)
- [MCP Server](#mcp-server)
- [Security Considerations](#security-considerations)
- [License](#license)
## Usage
### Issuer
```sh
cd issuer
npm i
npx wrangler deploy
```
### Client
```sh
cd client
npm i
npm run build
npm run deploy
```
### MCP Server
The issuer needs to be started for the mcp server to work properly.
The following command starts the MCP inspector to manually trigger tool calls.
```sh
cd act-mcp-server
cargo build
npx @modelcontextprotocol/inspector cargo run --bin act-mcp-server
```
## Security Considerations
This software has not been audited. Please use at your sole discretion.
## License
This project is under the Apache 2.0 license.
### Contribution
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.