mcp2ws
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| CapitalCityD | SOAP method: CapitalCity |
| CountriesUsingCurrencyD | SOAP method: CountriesUsingCurrency |
| CountryCurrencyD | SOAP method: CountryCurrency |
| CountryFlagD | SOAP method: CountryFlag |
| CountryISOCodeD | SOAP method: CountryISOCode |
| CountryIntPhoneCodeD | SOAP method: CountryIntPhoneCode |
| CountryNameD | SOAP method: CountryName |
| CurrencyNameD | SOAP method: CurrencyName |
| FullCountryInfoD | SOAP method: FullCountryInfo |
| FullCountryInfoAllCountriesC | SOAP method: FullCountryInfoAllCountries |
| LanguageISOCodeD | SOAP method: LanguageISOCode |
| LanguageNameD | SOAP method: LanguageName |
| ListOfContinentsByCodeC | SOAP method: ListOfContinentsByCode |
| ListOfContinentsByNameC | SOAP method: ListOfContinentsByName |
| ListOfCountryNamesByCodeC | SOAP method: ListOfCountryNamesByCode |
| ListOfCountryNamesByNameC | SOAP method: ListOfCountryNamesByName |
| ListOfCountryNamesGroupedByContinentC | SOAP method: ListOfCountryNamesGroupedByContinent |
| ListOfCurrenciesByCodeC | SOAP method: ListOfCurrenciesByCode |
| ListOfCurrenciesByNameC | SOAP method: ListOfCurrenciesByName |
| ListOfLanguagesByCodeC | SOAP method: ListOfLanguagesByCode |
| ListOfLanguagesByNameC | SOAP method: ListOfLanguagesByName |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Every tool has a clearly distinct purpose targeting specific geographic or cultural data attributes (e.g., capital city, currency, flag, phone code). There is no overlap in functionality, and the descriptions precisely indicate what each tool retrieves, making misselection unlikely.
All tool names follow a consistent PascalCase pattern with descriptive compound names (e.g., CountryCurrency, ListOfContinentsByName). The naming is predictable and readable throughout the set, with no deviations or mixed conventions.
With 21 tools, the count is borderline high for a geographic data server, potentially feeling heavy. While each tool serves a distinct purpose, the number might be excessive for typical agent workflows, though not extreme.
The tool set provides comprehensive coverage for geographic and cultural data, including country details, currencies, languages, and continents. It supports both specific queries (e.g., CapitalCity) and bulk listings (e.g., FullCountryInfoAllCountries), with no obvious gaps in the domain.