bookie
by yuens1002
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | No | HS256 signing secret for OAuth JWT access tokens. | |
| PUBLIC_URL | No | Public HTTPS base URL of the deployed server (for Claude.ai connector). | |
| BOOKIE_DB_URL | No | Neon pooled connection string for the database. | |
| BOOKIE_API_KEY | No | Static Bearer token for HTTP transport authentication. | |
| RESEND_API_KEY | No | Resend API key for send_report tool. | |
| OAUTH_CLIENT_ID | No | OAuth client ID. | claude-ai-connector |
| AWS_ENDPOINT_URL | No | Railway Bucket endpoint URL for receipt uploads. | |
| BOOKIE_TRANSPORT | No | Transport mode: stdio (default) or http. | stdio |
| AWS_ACCESS_KEY_ID | No | Railway Bucket access key ID. | |
| AWS_DEFAULT_REGION | No | Railway Bucket region. | |
| AWS_S3_BUCKET_NAME | No | Railway Bucket name. | |
| OAUTH_CLIENT_SECRET | No | Single-owner gate: /token requires a matching client_secret. | |
| BOOKIE_DB_DIRECT_URL | No | Neon direct connection string (for db push). | |
| AWS_SECRET_ACCESS_KEY | No | Railway Bucket secret access key. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/yuens1002/bookie'
If you have feedback or need assistance with the MCP directory API, please join our Discord server