pedrotiagocontador-netizen/pluggy-mcp-server
If you are the rightful owner of pluggy-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project implements an MCP (Model Context Protocol) server to interact with the Pluggy API, enabling LLMs and AI agents to securely and structurally access financial data.
Tools
Functions exposed to the LLM to take actions
list_connectors
Lists all available financial institutions.
get_connector
Retrieves details of a specific connector.
list_connections
Lists all created connections (items).
get_connection
Retrieves details of a specific connection.
create_connection
Creates a new connection with a financial institution.
delete_connection
Removes a connection and all associated data.
list_accounts
Lists all accounts associated with a connection.
get_account
Retrieves details of a specific account.
list_transactions
Lists transactions of an account with date filters and pagination.
get_transaction
Retrieves details of a specific transaction.
create_connect_token
Creates a token to initialize the Pluggy Connect widget.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client