macro-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XDG_CACHE_HOME | No | Base directory for cache storage. Metadata is cached under $XDG_CACHE_HOME/macro-mcp. | |
| MACRO_MCP_NO_CACHE | No | Set to 1 to bypass caching entirely. | 0 |
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 |
|---|---|
| list_providersA | Statistical providers by region, with known per-provider quirks. |
| find_dataflowsC | Search a provider's dataflows by id or name. |
| describe_flowC | Dimensions of a dataflow with code counts and a short sample. |
| search_codesB | Find valid codes for one dimension. Use this to map a country name onto a provider's geo codelist. |
| fetch_dataA | Fetch observations. key maps dimension ids to codes, e.g. {"FREQ": "M", "CURRENCY": "USD"}. |
| list_vintagesB | Vintages of a dataflow, oldest first, with the current flow last. A vintage is the dataset as it stood when published, so it shows what was known at the time rather than what the figure was later revised to. |
| compare_vintagesB | One key read across several vintages, with the revisions between them. |
| find_entityB | Search GLEIF by legal name. Verify country and status on every hit. |
| get_entityC | Look up one LEI. |
| entity_ownershipC | Direct parent, ultimate parent and direct children for an LEI. |
| fx_spotA | ECB euro reference rate: how many |
| fx_period_rateB | Euro reference rates by convention: "average" to convert flows (GDP, revenue), "end_of_period" for stocks (debt, balance sheet). Dates are ISO, e.g. 2024-01. Returns the same shape as fetch_data. |
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/rabidlego25/macro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server