capabilities · what this server can do
28 tools detected·auth: API key
low risk● active ○ not requested · hover each badge for details
● fs read○ fs write○ network○ exec○ eval● secrets
why low risk: fs read + secrets — requires access to credentials or environment secrets.
- get_data_type_schema— Get available source fields for a data type — use before building fieldMappings
- list_feed_sources— List supported feed source types and their data type combinations
- list_workspaces— List all workspaces the authenticated user belongs to
- get_workspace— Get workspace name, plan, and settings
- list_integrations— List connected destination integrations (Notion, Sheets, Airtable)
+23 more tools
- ⚠ delete_integration— Remove a destination integration from a workspace
- list_banks— List connected bank/institution connections for a workspace
- get_bank— Get a bank connection and its live accounts from the institution
- create_bank_link— Initiate a new bank connection — returns authorization URL
- connect_bank— Complete a Plaid bank connection with a public_token
- ⚠ delete_bank— Remove a bank connection from a workspace
- list_accounts— Fetch live accounts for a bank connection from the institution
- get_account— Fetch a single account's current details from the institution
- get_transactions— Fetch bank transactions for an account with date range or cursor sync
- get_balance— Fetch the current live balance for an account
- get_holdings— Get current investment holdings for an investment account
- get_trades— Get investment transactions for an investment account
- get_loan— Get loan details for a loan or liability account
- list_feeds— List all data pipeline feeds in a workspace
- get_feed— Get full configuration and status of a feed pipeline
- create_feed— Create a new data pipeline feed
- update_feed— Update a feed's configuration or schedule
- validate_feed— Pre-flight validate a feed configuration without creating it
- ⚠ delete_feed— Permanently delete a feed and its job history
- list_jobs— List sync job history for a feed
- get_job— Get status and progress of a specific sync job
- trigger_sync— Queue a new sync job for a feed
- cancel_job— Cancel a queued or in-progress sync job