ebill-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EBILL_CDP | No | Where the logged-in window listens | http://localhost:9222 |
| EBILL_DEBUG | No | 1 traces every path read, on stderr | |
| EBILL_BROWSER | No | Channel or absolute path | chrome |
| EBILL_PROFILE | No | Browser profile — holds a live banking session | ~/.ebill-mcp/profile |
| EBILL_BANK_URL | No | Your e-banking entry page for ebill_open | |
| EBILL_BASE_URL | No | Portal origin | https://ebill-portal.six-group.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ebill_statusB | Whether a logged-in eBill window is reachable, and how long the session has left. |
| ebill_openA | Open a visible browser window at your e-banking so YOU can log in. Returns as soon as the window is reachable; it stays open for later calls. |
| ebill_settingsA | Report the configuration in force — portal origin, CDP endpoint, profile path. Side-effect free. |
| ebill_list_billsA | List bills from the archive, newest first. Both open and settled unless you narrow it. |
| ebill_get_billB | One bill by id, with its biller, amount, due date and whether it has a document. |
| ebill_billersB | Billers that have ever sent something to this account. |
| ebill_download_billA | Download one bill PDF to an absolute output_path. |
| ebill_download_allA | Download every bill that has a document into output_dir, named _.pdf. Existing files are skipped, never overwritten. |
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
- 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/sapn95/ebill-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server