tako-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP モード時のポート番号(デフォルト: 自動選択) | |
| OCTOPUS_EMAIL | Yes | Octopus Energy Japan のログインメールアドレス | |
| OCTOPUS_PASSWORD | Yes | Octopus Energy Japan のログインパスワード | |
| OCTOPUS_ACCOUNT_NUMBER | Yes | アカウント番号(例: A-AAAA1111) |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_infoA | Get account information including contract status, electricity supply points, active agreements, product details and standing charges. Address is excluded for privacy. |
| get_electricity_consumptionA | Get half-hourly electricity consumption data with cost estimates. Returns 30-minute interval readings for the specified period. |
| get_postal_areasA | Look up area information by Japanese postcode. Returns prefecture, city, and area. No authentication required. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
All three tools have clearly distinct purposes: account info, electricity consumption, and postal area lookup. No overlap exists between them.
All tools follow a consistent 'get_' prefix with a noun, forming a uniform verb_noun pattern.
3 tools is quite low for a server that seems to cover energy management plus an unrelated postal lookup. The scope feels thin.
The server lacks obvious tools for billing, agreement management, or other energy-related operations. The inclusion of a Japanese postal area tool suggests an inconsistent or incomplete domain coverage.