Skip to main content
Glama
neflingcreations

Polish Business Intelligence MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_companyA

Look up a Polish company by NIP (tax ID) on the Ministry of Finance VAT whitelist (Biała Lista). Returns the company name, VAT status, registered address, registration date and bank account numbers.

Args: nip: 10-digit Polish NIP. Spaces and dashes are fine — they are stripped.

check_vat_statusA

Quick check: is this NIP registered as an active VAT payer in Poland? Returns a short, definitive yes / no / exempt answer plus the company name — useful for fast agent decisions such as "can I trust this invoice?".

Args: nip: 10-digit Polish NIP. Spaces and dashes are fine.

get_all_ratesA

Get all current PLN exchange rates from the National Bank of Poland (Table A — EUR, USD, GBP, CHF, JPY, CZK and ~30 others).

Args: date: Optional ISO date (YYYY-MM-DD) for historical rates. NBP publishes rates only on banking days; a weekend date returns the most recent available table (the actual effective date is shown).

get_currency_rateA

Get the official NBP mid-market exchange rate for a single currency against PLN. Tries Table A first and falls back to Table B for exotic currencies.

Args: currency_code: ISO 4217 code, e.g. "EUR", "USD", "GBP". date: Optional ISO date (YYYY-MM-DD) for a historical rate.

convert_currencyA

Convert an amount between PLN and another currency, or between two foreign currencies (via PLN as the pivot), using official NBP mid-market rates.

Args: amount: The amount to convert. from_currency: Source currency ISO code (e.g. "PLN", "EUR"). to_currency: Target currency ISO code (e.g. "GBP", "PLN"). date: Optional ISO date (YYYY-MM-DD) for historical rates.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/neflingcreations/PBI-MCP'

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