Call every Angola utility as an MCP tool over one hosted endpoint
The public MCP server exposes all 25 Angola utility tools — salary, phone, geo, address, calendar, finance, currency, NIF, translation, and document generation — over a single Streamable HTTP endpoint. Point any MCP-compatible client at it and discover the tools via tools/list.
Streamable HTTP; SSE is disabled — use the mcp-remote bridge for SSE-only clients.
Tools
25 tools
Transport
Streamable HTTP
Locales
7 languages
Connect a client
#Add the hosted endpoint to your MCP client. Transport is Streamable HTTP (POST /api/mcp); SSE is disabled. No API key is required — the endpoint is public. Some clients name the transport "streamable-http" or "transport": "http" instead of "http".
Platform
#Liveness and server-health tooling.
| Tool | Description | Docs |
|---|---|---|
| health | Check that the MCP server is up and responding. | api-reference |
Salary tools
#Angola payroll math: net pay, gross-up, and total employer cost.
Phone tools
#Parse, validate, and identify the operator for Angolan phone numbers.
Address & geography tools
#Normalize addresses and browse the province/municipality/commune hierarchy.
| Tool | Description | Docs |
|---|---|---|
| address_normalize | Normalize a free-form Angolan address into structured components. | address-geo |
| address_suggest | Suggest matching address completions from a partial input. | address-geo |
| geo_provinces | List all Angolan provinces. | address-geo |
| geo_municipalities | List the municipalities within a province. | address-geo |
| geo_communes | List the communes within a municipality. | address-geo |
Calendar tools
#Angolan public holidays and working-day arithmetic.
Finance tools
#VAT, invoice totals, and inflation adjustment.
Currency tools
#Live exchange rates and currency conversion.
| Tool | Description | Docs |
|---|---|---|
| currency_rates | Fetch current exchange rates for a base currency. | currency-exchange |
| currency_convert | Convert an amount from one currency to another at the live rate. | currency-exchange |
NIF lookup
#Look up a taxpayer by NIF on the live AGT portal.
| Tool | Description | Docs |
|---|---|---|
| nif_lookup | Look up a NIF on the AGT portal. Live scrape — 5–30 s; set generous timeouts. | nif-verification |
Translation
#Translate text between languages.
| Tool | Description | Docs |
|---|---|---|
| translate_text | Translate text and detect the source language. | translation |
Document generation
#Generate Angola-format PDF documents.
Performance & latency
#The nif_lookup tool scrapes the live AGT portal, so it is far slower than the pure-function tools.