Skip to main content
Glama

Currency Converter MCP

by wesbos
types.ts496 B
export interface ExchangeRateResponse { base: string; date: string; rates: Record<string, number>; } export interface CurrenciesResponse { [currencyCode: string]: string; } export interface ToolResponse { [x: string]: unknown; content: Array<{ [x: string]: unknown; type: "text"; text: string; }>; _meta?: { [x: string]: unknown; }; structuredContent?: { [x: string]: unknown; }; isError?: boolean; } export const FRANKFURTER_API_BASE = "https://api.frankfurter.dev/v1";

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/wesbos/currency-conversion-mcp'

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