Skip to main content
Glama
pagos-ai

Pagos Data MCP Server

Official
by pagos-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAGOS_API_KEYYesPagos API key for authenticating requests.
ENHANCED_BIN_DATANoSet to 'true' for enhanced BIN response attributes, 'false' for basic. Defaults to 'false'.false

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
get_bin_data_toolA

Get BIN data for a given BIN number.

Args: bin (str): The BIN number to get data for. Returns: str: A formatted string containing the BIN data (enhanced or basic based on ENHANCED_BIN_DATA config).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

With a single tool named 'get_bin_data_tool', the naming is trivially consistent. While the suffix 'tool' is redundant, there are no other tools to conflict.

Tool Count3/5

One tool is borderline thin for a typical server. Though the BIN data lookup is a specific function, the server likely would benefit from additional related operations.

Completeness2/5

The server provides only a single read operation. Missing update, delete, or batch operations create significant gaps for a data-focused server.

Maintenance

ActivityInactive
ResponsivenessUnresponsive