Skip to main content
Glama
interfaces.ts701 B
export interface PvpcPrice { price: { amount: number; currencyCode: string; currencySymbol: string; }; magnitude: string; datetime: string; datetimeUtc: string; geographicalId: number; geographicalName: string; updatedAt: string; } export interface FetchPricesResponse { indicator: { values: { value: number; datetime: string; datetime_utc: string; geo_id: number; geo_name: string; }[]; values_updated_at: string; }; } export interface FetchPricesParams { locale: string; startDate: string; endDate: string; timeAggregation: string; timeTruncation?: string; geographicalAggregation: string; geographicalIds: number[]; geographicalTruncation?: string; }

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/rfdez/pvpc-mcp-server'

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