Skip to main content
Glama
VENTURE-AI-LABS

CryptoDataAPI MCP Server

get_macro

Retrieve key macroeconomic indicators for crypto market analysis, including EUR/USD rates, gold prices, and US treasury yields to assess financial conditions and correlations.

Instructions

Get macro economic indicators relevant to crypto markets: EUR/USD exchange rate, gold price, and US treasury yields (2Y, 10Y, 30Y). A strengthening dollar (rising DXY) is typically bearish for crypto. Rising yields indicate tightening financial conditions. Gold and Bitcoin often move in correlation during risk-off events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the get_macro tool, which calls the external API.
    export async function handler(_args: z.infer<typeof schema>) {
      return apiGet("/api/v1/sentiment/macro");
    }
  • The schema for the get_macro tool, which takes no arguments.
    export const schema = z.object({});
  • src/tools/macro.ts:4-4 (registration)
    The registration name for the tool.
    export const name = "get_macro";

Latest Blog Posts

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/VENTURE-AI-LABS/cryptodataapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server