glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 160140 · knowledge 124920 · other 102499 · search 59647 · devops 55731 · finance 52367 · code 44549 · communication 39218 · productivity 38278 · web 36820 · files 36129 · security 35118 · media 34593 · retrieval 26641 · database 23570 · ml 19227 · browser 16742 · email 10935 · payments 5586 · calendar 4804 · analytics 4379 · blockchain 1963 · network 1836 · health 1739 · marketing 1397 · crm 1243 · memory 932 · storage 899 · research 796 · social 741 · ecommerce 664 · design 605 · advertising 583 · commerce 524 · project 523 · seo 509 · api 423 · news 415 · compliance 373 · system 371 · project management 366 · monitoring 331 · education 219 · content 197 · weather 179 · cloud 165 · automation 156 · observability 150 · mobile 139 · debug 137 · workflow 134 · marketplace 124 · account 122 · iot 121 · fitness 117 · integration 110 · hardware 110 · auth 110 · cms 107 · testing 104
Tools get_variables primax79/VSCode Debug MCP — Reads variables from the current stack frame.
evaluate_expression primax79/VSCode Debug MCP — Evaluates an expression in the context of a paused frame.
get_stack_trace primax79/VSCode Debug MCP — Retrieves the stack trace for a thread.
list_sessions primax79/VSCode Debug MCP — Lists all active debug sessions.
get_dap_log primax79/VSCode Debug MCP — Retrieves raw DAP protocol messages for a session.
get_console_output primax79/VSCode Debug MCP — Retrieves debug console output for a session.
get_exceptions primax79/VSCode Debug MCP — Retrieves exception records for a session.
configure_launcher primax79/VSCode Debug MCP — Analyzes the workspace and generates or updates launch.json configurations.
getChainActivity stablecoinxyz/mcp-server-demo — Get blockchain activity information
getHolderStatsPerChain stablecoinxyz/mcp-server-demo — Get holder counts per chain
getHolderInfo stablecoinxyz/mcp-server-demo — Get holder information by address
list_prompts JamesANZ/system-prompts-mcp-server — Browse available prompts with optional filters (service, flavor, limit).
get_prompt_suggestion JamesANZ/system-prompts-mcp-server — Get ranked prompt suggestions based on user's LLM and keywords.
<service>-<variant>-<flavor> JamesANZ/system-prompts-mcp-server — Direct access to a specific prompt by its tool name (e.g., cursor-agent-system).
list_fbdl_runs GangGreenTemperTatum/fbdl-mcp — List runs, most recent first, with cursor pagination
get_fbdl_run GangGreenTemperTatum/fbdl-mcp — Fetch one run's status and results
archive_fbdl_run GangGreenTemperTatum/fbdl-mcp — Archive a run (use this to free slots when you hit the max-runs limit)
list_actions GangGreenTemperTatum/fbdl-mcp — Browse the loaded actions, filtered by name or category (e.g. post, group, event, business)
create_fbdl_run GangGreenTemperTatum/fbdl-mcp — Submit a validated script to the FBDL API
validate_fbdl GangGreenTemperTatum/fbdl-mcp — Parse a script and report unknown entities/actions, missing required params, invalid enum values, and block-grammar errors
list_entities GangGreenTemperTatum/fbdl-mcp — Browse the loaded setup entity types and their params
explain_fbdl GangGreenTemperTatum/fbdl-mcp — Turn a script into a plain-English step-by-step explanation
list_recent_posts thenewrhythm/Substack MCP Server — Recent posts, newest first, with free/paid flag.
get_publication_info thenewrhythm/Substack MCP Server — Connection check; publication name, URL, latest post.
search_posts thenewrhythm/Substack MCP Server — Keyword search across your posts.
get_post thenewrhythm/Substack MCP Server — Full content of one post by slug (API, RSS fallback).
list_drafts thenewrhythm/Substack MCP Server — Lists your unpublished drafts with edit URLs.
create_draft thenewrhythm/Substack MCP Server — Creates a draft (never publishes). Attaches your author byline. Needs SUBSTACK_SID.
create_note thenewrhythm/Substack MCP Server — Publishes a plain-text Note. Live/public — no draft step.
create_note_with_link thenewrhythm/Substack MCP Server — Publishes a Note with a link-preview card. Live/public.
create_note_with_image thenewrhythm/Substack MCP Server — Publishes a Note with an uploaded image. Live/public.
create_document mars720816/freecad-mcp — Create a new document in FreeCAD.
create_object mars720816/freecad-mcp — Create a new object in FreeCAD.
edit_object mars720816/freecad-mcp — Edit an object in FreeCAD.
delete_object mars720816/freecad-mcp — Delete an object in FreeCAD.
execute_code mars720816/freecad-mcp — Execute arbitrary Python code in FreeCAD.
insert_part_from_library mars720816/freecad-mcp — Insert a part from the parts library.
get_objects mars720816/freecad-mcp — Get all objects in a document.
get_view mars720816/freecad-mcp — Get a screenshot of the active view.
get_parts_list mars720816/freecad-mcp — Get the list of parts in the parts library.
get_object mars720816/freecad-mcp — Get an object in a document.
browser_act emadklenka/mare-browser-mcp — Run a sequence of browser actions in one call
browser_query emadklenka/mare-browser-mcp — Read the DOM without a screenshot. Query any element by CSS selector.
browser_eval emadklenka/mare-browser-mcp — Escape hatch for anything the other tools don't cover. Execute JavaScript in the page.
browser_screenshot emadklenka/mare-browser-mcp — Returns a PNG screenshot. Use as a last resort.
browser_restart emadklenka/mare-browser-mcp — Kill the browser and start fresh. Optionally navigate to a URL.
browser_emulate_device emadklenka/mare-browser-mcp — Switch browser into a device profile for responsive QA.
browser_upload emadklenka/mare-browser-mcp — Upload files to a file input element.
browser_navigate emadklenka/mare-browser-mcp — Navigate to a URL
browser_scroll emadklenka/mare-browser-mcp — Scroll the page, scroll an element into view, or scroll within a container.
browser_wait_for_network emadklenka/mare-browser-mcp — Wait for a specific network response after triggering an action.
browser_debug emadklenka/mare-browser-mcp — Returns current URL, page title, console logs, network request metadata, and dialog history.
browser_session emadklenka/mare-browser-mcp — Choose a browser session (isolated Playwright browser or existing Chrome/Chromium via extension bridge), attach/detach tabs, handle handoffs
browser_save_screenshot emadklenka/mare-browser-mcp — Save a screenshot as an artifact under the OS temp directory and return its absolute path, MIME type, byte size, physical pixel dimensions,
browser_video emadklenka/mare-browser-mcp — Record a precise Playwright screencast.
modrinth_get_project justinscott12/modrinth-mcp — Get a project's metadata by slug or id.
modrinth_list_project_versions justinscott12/modrinth-mcp — List a project's published versions.
modrinth_create_version justinscott12/modrinth-mcp — Publish a new version by uploading one or more jars.
modrinth_create_project justinscott12/modrinth-mcp — Create a new project (as a draft).
modrinth_modify_version justinscott12/modrinth-mcp — Edit metadata of an existing version.
modrinth_whoami justinscott12/modrinth-mcp — Verify your token; return the authenticated user.
modrinth_search_projects justinscott12/modrinth-mcp — Search public Modrinth projects.
whoami JohnGilligan2/notify-mcp — Returns the email + masked mobile that sends will deliver to. Test wiring with this first.
send_sms_to_me JohnGilligan2/notify-mcp — Texts the caller's mobile from the company DID 13105550100. ≤640 chars.
register_my_mobile JohnGilligan2/notify-mcp — Starts SMS setup: texts a 6-digit code to the number.
confirm_my_mobile JohnGilligan2/notify-mcp — Completes setup: verifies the code, saves the number, emails the user a change notice.
send_email_to_me JohnGilligan2/notify-mcp — Emails the caller. agent_name brands the sender (alerts → [email protected] ).
move_email ErnestoCobos/cobos-apple-mail-mcp — Move an email to another mailbox
delete_mailbox ErnestoCobos/cobos-apple-mail-mcp — Delete a mailbox
unsubscribe ErnestoCobos/cobos-apple-mail-mcp — Unsubscribe from a mailing list via RFC 8058
compose ErnestoCobos/cobos-apple-mail-mcp — Compose a new email draft
disable_rule ErnestoCobos/cobos-apple-mail-mcp — Disable a mail rule
export_emails ErnestoCobos/cobos-apple-mail-mcp — Export emails to a file
get_email ErnestoCobos/cobos-apple-mail-mcp — Fetch a single email by ID from the on-disk index
search ErnestoCobos/cobos-apple-mail-mcp — Full-text search across mailbox with BM25 ranking
get_inbox_overview ErnestoCobos/cobos-apple-mail-mcp — Get overview of inbox with counts and recent messages
list_rules ErnestoCobos/cobos-apple-mail-mcp — List mail rules
undo_last ErnestoCobos/cobos-apple-mail-mcp — Undo the last reversible write operation
get_thread ErnestoCobos/cobos-apple-mail-mcp — Get a thread by ID
list_threads ErnestoCobos/cobos-apple-mail-mcp — List threads in a mailbox
get_links ErnestoCobos/cobos-apple-mail-mcp — Get links from emails
list_emails ErnestoCobos/cobos-apple-mail-mcp — List emails in a mailbox with pagination
awaiting_reply ErnestoCobos/cobos-apple-mail-mcp — Get emails awaiting reply
top_senders ErnestoCobos/cobos-apple-mail-mcp — Get top senders by volume
needs_response ErnestoCobos/cobos-apple-mail-mcp — Get emails that need a response
reply ErnestoCobos/cobos-apple-mail-mcp — Reply to an email
forward ErnestoCobos/cobos-apple-mail-mcp — Forward an email
flag_color ErnestoCobos/cobos-apple-mail-mcp — Set flag color on an email
mark_read ErnestoCobos/cobos-apple-mail-mcp — Mark an email as read or unread
list_mailboxes ErnestoCobos/cobos-apple-mail-mcp — List all mailboxes
create_mailbox ErnestoCobos/cobos-apple-mail-mcp — Create a new mailbox
trash_email ErnestoCobos/cobos-apple-mail-mcp — Move an email to trash
empty_trash ErnestoCobos/cobos-apple-mail-mcp — Empty trash permanently
enable_rule ErnestoCobos/cobos-apple-mail-mcp — Enable a mail rule
delete_rule ErnestoCobos/cobos-apple-mail-mcp — Delete a mail rule
statistics ErnestoCobos/cobos-apple-mail-mcp — Get mailbox statistics
contacts ErnestoCobos/cobos-apple-mail-mcp — Get contacts from emails
checkpoint Coder8124/logos — Create a durable record of the current state with verified and failed items kept separate
resume Coder8124/logos — Retrieve where the last agent stopped, what it verified, and what it ruled out
context Coder8124/logos — Retrieve the context of where the last agent stopped
more →