Pluts MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pluts MCPshow my personal ledger balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pluts MCP
An OAuth-protected MCP server for Pluts on Cloudflare Workers.
Each tool takes a short ledgerKey, such as personal or business. The
Worker hashes that key together with the verified Cloudflare Access subject, so
the same key for two people always reaches different Durable Objects.
Setup
Create a Cloudflare KV namespace and replace
OAUTH_KV.idinwrangler.jsoncwith its ID.Create a Cloudflare Access application for only
/authorize. Configure its Application Audience (AUD) and team domain inACCESS_AUDandACCESS_TEAM_DOMAIN. Do not protect/mcpwith Access: MCP clients must reach it first to begin its OAuth flow.Use a real custom domain before production. The
__Host-consent cookie requires HTTPS.Run
npm run cf-typegen,npm test, andnpm run deploy.
The MCP endpoint is /mcp. It supports OAuth scopes ledger.read and
ledger.write. The authorization endpoint verifies the Cloudflare Access JWT,
then the OAuth provider issues a separate opaque token to the MCP client.
Never use the placeholder KV ID or Access variables from wrangler.jsonc in a
deployment.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA Cloudflare Workers-based MCP server implementation that supports OAuth/bearer token authentication, enabling secure remote interaction with Model Context Protocol tools.Last updated
- Flicense-qualityCmaintenanceA Cloudflare Workers-based MCP server that enables secure remote connections using built-in OAuth authentication via Cloudflare Access. It provides identity-based access control for MCP tools and supports persistent state management through Durable Objects and SSE.Last updated
- Alicense-qualityDmaintenanceEnables developers to build OAuth-protected MCP servers on Cloudflare Workers with pluggable authentication adapters, allowing user-specific access control and secure token exchange.Last updated626MIT
- Flicense-qualityCmaintenanceMCP server on Cloudflare Workers with OAuth login, enabling remote tool calls like math operations from MCP clients.Last updated
Related MCP Connectors
Cloudflare Workers MCP server: crypto-signal
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloudflare Workers MCP server: email-validator
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamburmister/pluts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server