Tax MCP Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_taxA | Calculate the VAT amount and total price for a given country and price. Args: country: Country name (case-insensitive). price: Price excluding VAT. Must be positive. Returns: A dict with country, price, vat_rate, vat_amount, and total_price. Returns a dict with an "error" key if the country is unknown or input is invalid. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tax_greeting | Generate a personalized greeting for a user starting a tax session in their country. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| vat_rates_by_country |