remove-from-cartrigwild/mcp-server-amazon — Remove a single item from the Amazon cart by its ASIN, leaving all other items untouched - Use this instead of clear-cart when you only want
get-orders-historyrigwild/mcp-server-amazon — Get orders history for a user
get-cart-contentrigwild/mcp-server-amazon — Get the current cart content for a user - Always provide the product link when you mention a product in the response
add-to-cartrigwild/mcp-server-amazon — Add a product to the Amazon cart using ASIN - You should always ask for confirmation to the user before running this tool
get-product-detailsrigwild/mcp-server-amazon — Get detailed information about a product using its ASIN - Always provide the product link when you mention a product in the response
withings_disconnectowenobyrne/Withings MCP Server — Delete the stored tokens.
withings_connection_statusowenobyrne/Withings MCP Server — Whether an account is linked and when the token expires.
withings_start_authorizationowenobyrne/Withings MCP Server — Returns an authorization_url to open in a browser to grant access.
withings_get_measurementsowenobyrne/Withings MCP Server — Weight + body-composition groups, filterable by meastypes, start_date/end_date, days, limit.
withings_get_latest_weightowenobyrne/Withings MCP Server — The most recent weigh-in with full body composition.
withings_list_measure_typesowenobyrne/Withings MCP Server — All Withings measurement type codes with names/units.
funifier_executefunifier-mcp — Execute a scheduler, aggregate, or public endpoint
funifier_read_docfunifier-mcp — Read the full markdown content of a documentation file
funifier_changesfunifier-mcp — Query change records and list available backups for restoration
funifier_connectfunifier-mcp — Connect to a Funifier instance using either explicit credentials or an alias from funifier.json
funifier_listfunifier-mcp — List resources by type with optional search filtering
funifier_logsfunifier-mcp — Get execution logs for triggers and schedulers
funifier_getfunifier-mcp — Get a specific resource with full details (including code)
funifier_savefunifier-mcp — Create or update a resource
funifier_databasefunifier-mcp — Query, aggregate, insert, update, delete on any collection
funifier_deletefunifier-mcp — Delete a resource by type and ID
funifier_permissionsfunifier-mcp — Manage API scopes/security roles and Studio roles/assignments; every mutation auto-backups prior state
funifier_search_docsfunifier-mcp — Search documentation for relevant paths based on a query
setup_project@simten/mcp — Make an empty/new folder ready for verify_circuit: write an ESM package.json + tsconfig, install @simten/core/fast-check/tsx. Idempotent
simulate_circuit@simten/mcp — Compile and simulate, return signal traces (observation only; does not establish correctness)
verify_circuit@simten/mcp — Run a self-checking testbench file (.verify.ts) on the host via tsx; reports pass/fail + counterexample at a declared oracle tier
read_waveform@simten/mcp — Query VCD waveform files (iverilog cross-validation, ILA captures) over a cycle window
run_on_fpga@simten/mcp — Build, flash, and UART-capture a project on a connected ULX3S FPGA
show_circuit@simten/mcp — Paint/update the live canvas (no args = list tabs; close: true = close). The only tool that draws
get_circuit_state@simten/mcp — Inspect the live tab the user is watching (current port values)
deletetai42ai/tai42-mcp-dynamic-postgres — Delete rows from a table
selecttai42ai/tai42-mcp-dynamic-postgres — Select rows from a table
inserttai42ai/tai42-mcp-dynamic-postgres — Insert a row into a table
updatetai42ai/tai42-mcp-dynamic-postgres — Update rows in a table
select_joinedtai42ai/tai42-mcp-dynamic-postgres — Select rows with joins
game_debug_source@csmodding/gameface-devtools-mcp — Get a script's source (by scriptId) with line numbers.
game_query@csmodding/gameface-devtools-mcp — Find elements by selector and/or text; returns rect + optional attributes and handles.
game_debug_scripts@csmodding/gameface-devtools-mcp — List parsed UI scripts (scriptId + url), filterable by url substring.
game_status@csmodding/gameface-devtools-mcp — Reachability + page target + engine info + view-reload tracking (count, last reload, context id). Run first when things fail.
game_eval@csmodding/gameface-devtools-mcp — Evaluate a JS expression in the Gameface UI, returns the value as JSON.
game_screenshot@csmodding/gameface-devtools-mcp — Screenshot the viewport (or a selector's box) as an inline image.
game_fill@csmodding/gameface-devtools-mcp — Set an input/textarea/contenteditable value.