CheckSlip MCP
by overflowget
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLIP_API_KEY | No | Custom provider API key (required if SLIP_PROVIDER is 'generic'). | |
| SLIP_API_URL | No | Custom provider verify endpoint (required if SLIP_PROVIDER is 'generic'). | |
| SLIP_PROVIDER | No | Provider to use: 'mock' (default), 'uex', or 'generic'. | |
| ADMIN_PASSWORD | Yes | Gates the /admin merchant console. Server refuses to start without it. | |
| MCP_AUTH_TOKEN | No | Optional static Bearer token fallback for server-to-server callers. | |
| SESSION_SECRET | Yes | Signs OAuth access tokens and admin sessions. Server refuses to start without it. | |
| UEX_ACCESS_KEY | No | UEX access-key (required if SLIP_PROVIDER is 'uex'). | |
| UEX_ACCOUNT_NO | No | UEX bank account number (required if SLIP_PROVIDER is 'uex'). | |
| ALLOWED_ORIGINS | No | Comma-separated allowlist of origins. Empty allows requests with no Origin. | |
| UEX_LICENSE_KEY | No | UEX x-license-key (required if SLIP_PROVIDER is 'uex'). | |
| UEX_API_BASE_URL | No | UEX base URL (default https://api-fin.uexchange.io/v1/fin/bank). | |
| SHOP_RECEIVER_NAME | No | Default receiver name for mock provider. | |
| SLIP_API_KEY_PREFIX | No | Prefix for the key value (default 'Bearer'). | |
| SLIP_API_AUTH_HEADER | No | Header name for the key (default 'Authorization'). | |
| SHOP_RECEIVER_ACCOUNT_LAST4 | No | Default receiver last 4 for mock provider. |
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
- 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/overflowget/checkslip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server