openfinance_get_account_balancemcp-dir/Mercado Pago MCP — Returns real-time balance payload per account id (GET /accounts/:id/balance).
openfinance_list_accountsmcp-dir/Mercado Pago MCP — Returns accounts for a bank connection: BANK (checking/savings) and CREDIT (credit card) with balance, number, type, subtype, bankData, and
openfinance_list_categoriesmcp-dir/Mercado Pago MCP — Returns the provider's transaction category taxonomy (GET /categories), cached for the adapter session.
openfinance_get_accounts_detailmcp-dir/Mercado Pago MCP — Returns full account objects including extended creditData (additional cards, limits) per id (GET /accounts/:id).
openfinance_get_credit_card_billmcp-dir/Mercado Pago MCP — Returns bill-level detail for one or more credit card bills by id (GET /bills/:id): financeCharges and payments[] (id, paymentDate, amount,
openfinance_list_connectionsmcp-dir/Mercado Pago MCP — Returns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks vi
list_chartsseajaysec/ireal-mcp — List saved charts with their slugs and served URLs.
delete_chartseajaysec/ireal-mcp — Remove a chart from the library by slug.
server_infoseajaysec/ireal-mcp — Report the library path, port, and LAN URLs where the server is reachable, plus the start command.
decode_chartseajaysec/ireal-mcp — Parse an existing irealb:///irealbook:// URL (or HTML containing one) back into title/composer/style/key + a measure list.
list_stylesseajaysec/ireal-mcp — The built-in iReal Pro styles (Jazz / Latin / Pop).
list_chord_qualitiesseajaysec/ireal-mcp — Valid chord roots, qualities, keys, and time signatures, so generated charts use legal symbols.
create_chartseajaysec/ireal-mcp — Build a chart from structured measures (or a raw progression). Saves to the library and serves it over HTTP by default.
preview_chartseajaysec/ireal-mcp — ASCII layout grid only — fast iteration while writing chords (no save).
dump_stacksLBurny/py-spy MCP Server — Capture the current Python call stacks of a process as JSON or human-readable text.
list_python_processesLBurny/py-spy MCP Server — List running Python processes on the machine.
analyze_profileLBurny/py-spy MCP Server — Parse an existing profile and return the hottest frames.
compare_profilesLBurny/py-spy MCP Server — Compare two speedscope profiles and show percentage changes.
top_profileLBurny/py-spy MCP Server — Run a short py-spy top session and return a summary.
record_profileLBurny/py-spy MCP Server — Generate profiles in multiple formats (speedscope, flamegraph, raw, chrometrace).
review_changesroast-my-design-system — Reviews a set of changes against the design system and returns feedback.
scanroast-my-design-system — Scans a repository and returns the design system health score, findings, and report data.
get_rulesroast-my-design-system — Returns the generated design system rules for AI agents.
check_changesroast-my-design-system — Checks the working tree's changed files against the design system and returns findings.
get_component_inforoast-my-design-system — Returns information about a component in the design system, such as canonical variants and usage.
roast_scanroast-my-design-system — Scans the design system and returns a health score, findings, and fix prompts.
roast_fixroast-my-design-system — Returns the top fix prompt from a fresh scan.
roast_rulesroast-my-design-system — Generates design system rules for AI agents.
roast_checkroast-my-design-system — Checks the working tree's changed files against the design system.
roast_cardroast-my-design-system — Generates a shareable SVG card with the score and worst findings.
search_episodesmacsplit/hpr-knowledge-base — Search for episodes by keywords in title, summary, tags, or notes.
get_episodemacsplit/hpr-knowledge-base — Get detailed information about a specific episode.
search_transcriptsmacsplit/hpr-knowledge-base — Search through episode transcripts for phrases or multiple terms with flexible matching.
get_host_infomacsplit/hpr-knowledge-base — Get information about a host and their episodes.
get_series_infomacsplit/hpr-knowledge-base — Get information about a series and all its episodes.
add_taskEvert-vh/TaskPad — Add a new task to TaskPad
list_tasksEvert-vh/TaskPad — List all tasks with optional filters
update_taskEvert-vh/TaskPad — Update an existing task
complete_taskEvert-vh/TaskPad — Mark a task as completed
check_renewalsnckhemanth0/subscription-tracker-mcp — Check for renewals in the next N days
list_subscriptionsnckhemanth0/subscription-tracker-mcp — List all subscriptions from the database
search_gmailnckhemanth0/subscription-tracker-mcp — Search Gmail for subscription emails
extract_subscriptionnckhemanth0/subscription-tracker-mcp — Extract subscription details from an email
add_subscriptionnckhemanth0/subscription-tracker-mcp — Add a new subscription to the database
detect_gapsnckhemanth0/subscription-tracker-mcp — Detect duplicates, missing data, and price anomalies
update_subscriptionnckhemanth0/subscription-tracker-mcp — Update an existing subscription
delete_subscriptionnckhemanth0/subscription-tracker-mcp — Delete a subscription from the database
get_project_rulesio.github.symbo-ls/symbols-mcp — Mandatory ruleset. No arguments returns compact CORE bundle; section and part parameters fetch specific sections; full=true returns legacy f
publishio.github.symbo-ls/symbols-mcp — Publish a version (make it live).
get_project_contextio.github.symbo-ls/symbols-mcp — Walks up from cwd to find symbols.json, returns owner, key, dir, bundler, sharedLibraries, brender, env_type, env_evidence, env_guidance, to
get_cli_referenceio.github.symbo-ls/symbols-mcp — Complete Symbols CLI (@symbo.ls/cli) command reference.
get_sdk_referenceio.github.symbo-ls/symbols-mcp — Complete Symbols SDK (@symbo.ls/sdk) API reference.
loginio.github.symbo-ls/symbols-mcp — Log in to Symbols platform — returns a JWT token.
list_projectsio.github.symbo-ls/symbols-mcp — List the user's projects (names, keys, IDs) to choose from.
create_projectio.github.symbo-ls/symbols-mcp — Create a new Symbols project on the platform.
get_projectio.github.symbo-ls/symbols-mcp — Get a project's current data (components, pages, design system, state).
search_symbols_docsio.github.symbo-ls/symbols-mcp — Keyword search across all bundled Symbols documentation files.
generate_componentio.github.symbo-ls/symbols-mcp — Generate a DOMQL component from a natural language description. Returns prompt + bundled context.
generate_pageio.github.symbo-ls/symbols-mcp — Generate a full page with routing, helmet metadata, and declarative fetch: integration.
convert_htmlio.github.symbo-ls/symbols-mcp — Convert raw HTML/CSS to Symbols DOMQL components.
convert_to_jsonio.github.symbo-ls/symbols-mcp — Convert DOMQL JS source to platform JSON (mirrors frank's toJSON pipeline). Use after generate_component/generate_page to feed save_to_proje
audit_componentio.github.symbo-ls/symbols-mcp — Inline VALIDATOR for a single component string. Returns violations + warnings. Use during generation.
audit_projectio.github.symbo-ls/symbols-mcp — Returns the multi-phase project audit PLAYBOOK (instructions for the agent). Pair with bin/symbols-audit.cjs CLI for static-audit phase.
save_to_projectio.github.symbo-ls/symbols-mcp — Save components/pages/data to a project — creates a new version with change tuples, granular changes, orders, and auto-generated schema entr
pushio.github.symbo-ls/symbols-mcp — Deploy a project to an environment (production, staging, dev).
list_eventsMovm/kalender.digital MCP Server — Termine in einem Zeitraum abrufen
get_eventMovm/kalender.digital MCP Server — Einzelnen Termin abrufen
delete_eventMovm/kalender.digital MCP Server — Termin löschen
create_subcalendarMovm/kalender.digital MCP Server — Unterkalender erstellen
update_subcalendarMovm/kalender.digital MCP Server — Unterkalender umbenennen
delete_subcalendarMovm/kalender.digital MCP Server — Unterkalender löschen
create_eventMovm/kalender.digital MCP Server — Termin erstellen
update_eventMovm/kalender.digital MCP Server — Termin vollständig ändern