apollo-mcp-server-for-countries

alvinslee/apollo-mcp-server-for-countries

3.2

If you are the rightful owner of apollo-mcp-server-for-countries and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository provides configuration files for running an Apollo MCP Server with the Countries GraphQL API, enabling AI agents to discover and use GraphQL operations as MCP tools.

Tools

Functions exposed to the LLM to take actions

GetAllContinents

Fetches a list of all continents.

GetAllCountries

Retrieves a list of all countries.

GetAllLanguages

Obtains a list of all languages.

GetContinentByCode

Fetches continent details by code.

GetCountriesByContinent

Retrieves countries within a specified continent.

GetCountriesByCurrency

Fetches countries using a specific currency.

GetCountryByCode

Obtains country details by code.

GetLanguageByCode

Fetches language details by code.

SearchCountriesByName

Searches for countries by name.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources