Skip to main content
Glama
caiomioto2

Pluggy MCP Starter

by caiomioto2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_TOKENNoLong token for HTTP server mode
PLUGGY_ITEM_IDSYesComma-separated list of Pluggy item IDs to query
PLUGGY_CLIENT_IDYesYour Pluggy client ID
PLUGGY_CLIENT_SECRETYesYour Pluggy client secret

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pluggy_schemaB

SQL fields, semantics, and transaction limitations. Does not access secrets.

pluggy_queryA

Read-only SQLite SELECT over accounts and transactions for the requested UTC period. accounts includes every account returned by every configured Pluggy connection, including accounts without transactions. Reuses collection in memory for 15 minutes and returns coverage metadata. Call pluggy_schema before computing totals.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: pluggy_schema provides metadata and semantics, while pluggy_query executes read-only SQL. The query description explicitly directs agents to call the schema tool first, reducing any risk of misselection.

Naming Consistency5/5

Both tools follow the same pluggy_ prefix and snake_case convention. The names are predictable and readable.

Tool Count3/5

Only two tools are provided, which is borderline thin for a server with a defined domain. While the starter scope makes this acceptable, it is below the typical well-scoped range of 3-15 tools.

Completeness4/5

For a read-only query server, schema discovery plus SQL SELECT covers the core lifecycle. Minor convenience gaps exist, such as direct connection/account listing, but raw SQL can work around them.

Maintenance

ActivityMaintained
ResponsivenessNo issues