Skip to main content
Glama
adamburmister

Pluts MCP

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

  1. Create a Cloudflare KV namespace and replace OAUTH_KV.id in wrangler.jsonc with its ID.

  2. Create a Cloudflare Access application for only /authorize. Configure its Application Audience (AUD) and team domain in ACCESS_AUD and ACCESS_TEAM_DOMAIN. Do not protect /mcp with Access: MCP clients must reach it first to begin its OAuth flow.

  3. Use a real custom domain before production. The __Host- consent cookie requires HTTPS.

  4. Run npm run cf-typegen, npm test, and npm 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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    C
    maintenance
    A Cloudflare Workers-based MCP server implementation that supports OAuth/bearer token authentication, enabling secure remote interaction with Model Context Protocol tools.
    Last updated
  • F
    license
    -
    quality
    C
    maintenance
    A 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
  • A
    license
    -
    quality
    D
    maintenance
    Enables developers to build OAuth-protected MCP servers on Cloudflare Workers with pluggable authentication adapters, allowing user-specific access control and secure token exchange.
    Last updated
    6
    26
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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