Skip to main content
Glama
musaceylan

PriceAtlas MCP Server

by musaceylan

list_countries

Retrieve all 27 supported countries with their default currencies and regions for global food price tracking and comparison.

Instructions

List all 27 supported countries with their default currencies and regions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The definition and implementation of the 'list_countries' tool.
    server.tool(
      'list_countries',
      'List all 27 supported countries with their default currencies and regions.',
      {},
      async () => {
        try {
          const countries = await api('/api/countries');
          return text(countries);
        } catch (e) {
          return errorResult(`List countries failed: ${(e as Error).message}`);
        }
      },
    );

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/musaceylan/priceatlas-mcp'

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