glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 135798 · knowledge 108482 · other 86040 · devops 51639 · search 49950 · finance 48506 · code 39485 · communication 36086 · productivity 34424 · files 32254 · media 32051 · security 31218 · retrieval 24197 · database 22019 · ml 17680 · web 15623 · browser 15146 · email 9999 · payments 5173 · calendar 4369 · analytics 4012 · blockchain 1845 · network 1751 · health 1620 · marketing 1289 · crm 1163 · memory 831 · storage 819 · research 739 · social 693 · ecommerce 618 · design 581 · project 511 · commerce 499 · advertising 471 · news 442 · compliance 427 · seo 423 · api 379 · project management 343 · system 342 · monitoring 301 · education 217 · content 188 · cloud 164 · observability 138 · automation 134 · debug 124 · mobile 120 · workflow 111 · iot 109 · account 109 · auth 109 · fitness 108 · integration 107 · identity 105 · marketplace 102 · hardware 102 · cms 100 · hr 98
Tools update_release AIOProductOS/AIOProductOS — Update an existing release.
capture_insight AIOProductOS/AIOProductOS — Capture a customer insight.
comment_on_task AIOProductOS/AIOProductOS — Add a comment to a task.
number_to_hex talocode/devtool — Convert number to hexadecimal
number_to_bin talocode/devtool — Convert number to binary
number_to_oct talocode/devtool — Convert number to octal
number_from_hex talocode/devtool — Convert hexadecimal string to number
str_len talocode/devtool — Get length of a string
str_reverse talocode/devtool — Reverse a string
str_upper talocode/devtool — Convert string to uppercase
color_hex_to_rgb talocode/devtool — Convert hex color to RGB
base64_encode talocode/devtool — Encode a string to base64
base64_decode talocode/devtool — Decode a base64 string
jwt_decode talocode/devtool — Decode a JWT token
ts_now talocode/devtool — Get current timestamp
ts_to_date talocode/devtool — Convert timestamp to date string
ts_from_date talocode/devtool — Convert date string to timestamp
json_minify talocode/devtool — Minify JSON string
json_validate talocode/devtool — Validate JSON string
hash talocode/devtool — Hash a string with specified algorithm
url_encode talocode/devtool — URL encode a string
url_decode talocode/devtool — URL decode a string
url_parse talocode/devtool — Parse a URL into components
case_camel talocode/devtool — Convert string to camelCase
color_rgb_to_hex talocode/devtool — Convert RGB to hex color
str_lower talocode/devtool — Convert string to lowercase
str_trim talocode/devtool — Trim whitespace from string
str_count talocode/devtool — Count occurrences of substring
regex_test talocode/devtool — Test if regex matches string
regex_match talocode/devtool — Match regex against string and return matches
uuid_v4 talocode/devtool — Generate a UUID v4
case_pascal talocode/devtool — Convert string to PascalCase
uuid_validate talocode/devtool — Validate a UUID string
json_format talocode/devtool — Format JSON string with indentation
case_snake talocode/devtool — Convert string to snake_case
case_kebab talocode/devtool — Convert string to kebab-case
get_identity_keys cthulhutoo/Agentry MCP Server — Get public identity record for an agent.
list_categories cthulhutoo/Agentry MCP Server — List all agent categories.
get_reputation_leaderboard cthulhutoo/Agentry MCP Server — Get top agents by reputation score.
get_certification_requirements cthulhutoo/Agentry MCP Server — Get tier requirements for certification.
list_agents cthulhutoo/Agentry MCP Server — List all agents with search and category filter.
get_agent cthulhutoo/Agentry MCP Server — Get agent details with trust score.
get_registry_stats cthulhutoo/Agentry MCP Server — Get registry-wide statistics.
register_identity cthulhutoo/Agentry MCP Server — Register with npub, get NIP-05 and DID.
resolve_did cthulhutoo/Agentry MCP Server — Resolve DID to agent profile.
lookup_by_npub cthulhutoo/Agentry MCP Server — Find agent by Nostr public key.
get_reputation_score cthulhutoo/Agentry MCP Server — Get multi-dimensional reputation score for an agent.
get_nostr_attestation cthulhutoo/Agentry MCP Server — Get Kind 30021 Nostr attestation event for an agent.
create_lightning_invoice cthulhutoo/Agentry MCP Server — Generate a Lightning invoice for payment.
endorse_agent cthulhutoo/Agentry MCP Server — Submit a peer endorsement.
get_lightning_balance cthulhutoo/Agentry MCP Server — Get treasury balance on Trigo federation.
send_ecash cthulhutoo/Agentry MCP Server — Send Cashu ecash transfer.
create_escrow_contract cthulhutoo/Agentry MCP Server — Create a task contract with escrow.
accept_escrow_contract cthulhutoo/Agentry MCP Server — Worker accepts an escrow contract.
approve_escrow_contract cthulhutoo/Agentry MCP Server — Release funds from escrow contract.
ping_agent cthulhutoo/Agentry MCP Server — Record an uptime check for an agent.
get_observability_status cthulhutoo/Agentry MCP Server — Get uptime percentages for an agent.
get_latency cthulhutoo/Agentry MCP Server — Get p50/p95/p99 latency for an agent.
evaluate_certification cthulhutoo/Agentry MCP Server — Run certification evaluation for an agent.
gmail_create_draft sugunagottipati/GoogMcpServer — Creates a Gmail draft only for the authorized Google account. This operation never sends email.
gmail_send_email sugunagottipati/GoogMcpServer — Sends an email externally through the authorized Gmail account. This operation has an immediate external side effect.
google_docs_append_content sugunagottipati/GoogMcpServer — Appends text to the end of an existing Google Document without overwriting existing content. This operation modifies the document.
add_expense ZUD012/MCP_SERVER — Add a new expense entry to the database.
list_expenses ZUD012/MCP_SERVER — List expense entries within an inclusive date range.
summarize ZUD012/MCP_SERVER — Summarize expenses by category within an inclusive date range.
readFile SMH01-MIRRORS/Combined MCP Server — Read a file
writeFile SMH01-MIRRORS/Combined MCP Server — Write a file (parent directories are created automatically)
startProcess SMH01-MIRRORS/Combined MCP Server — Start a long-running background process (dev server, build)
processStatus SMH01-MIRRORS/Combined MCP Server — List background processes or inspect one
fetchUrl SMH01-MIRRORS/Combined MCP Server — Fetch a URL and convert HTML to Markdown
listDirectory SMH01-MIRRORS/Combined MCP Server — List directory contents
findFiles SMH01-MIRRORS/Combined MCP Server — Find files by glob pattern (src/**/*.js)
executeShell SMH01-MIRRORS/Combined MCP Server — Run a command via /bin/sh (60 s timeout, 10 MB output cap)
readProcessOutput SMH01-MIRRORS/Combined MCP Server — Read captured stdout+stderr (ring buffer, 200 KB per process)
gitLog SMH01-MIRRORS/Combined MCP Server — Recent commits, optionally for one path
stopProcess SMH01-MIRRORS/Combined MCP Server — Send a signal to a background process (default SIGTERM)
gitBranch SMH01-MIRRORS/Combined MCP Server — List, create or switch branches
gitStatus SMH01-MIRRORS/Combined MCP Server — git status
gitDiff SMH01-MIRRORS/Combined MCP Server — git diff, optionally for one file
gitCommit SMH01-MIRRORS/Combined MCP Server — git add . && git commit -m <message>
gitShow SMH01-MIRRORS/Combined MCP Server — Show a commit (message + diff, or --stat summary)
storeValue SMH01-MIRRORS/Combined MCP Server — Persistent key-value memory (memory.json)
getValue SMH01-MIRRORS/Combined MCP Server — Persistent key-value memory (memory.json)
editFile SMH01-MIRRORS/Combined MCP Server — Replace an exact string in a file; preserves file permissions, fails if the match is ambiguous
searchFiles SMH01-MIRRORS/Combined MCP Server — Grep-like regex search (pattern, path, optional include glob)
card_template_helper hinominomi/adaptive-cards-mcp — Helps create cards from templates
card_conversion_helper hinominomi/adaptive-cards-mcp — Converts messages or other formats into Adaptive Cards
card_generator hinominomi/adaptive-cards-mcp — Generates Adaptive Cards from simple prompts
card_validator hinominomi/adaptive-cards-mcp — Checks whether a card follows the correct Adaptive Card format
card_formatter hinominomi/adaptive-cards-mcp — Formats card text and layout for specific apps like Teams or Outlook
card_fixer hinominomi/adaptive-cards-mcp — Fixes common issues in Adaptive Cards
card_optimizer hinominomi/adaptive-cards-mcp — Optimizes card layout for better readability and performance
card_preview_helper hinominomi/adaptive-cards-mcp — Provides preview assistance for Adaptive Cards
card_compatibility_checker hinominomi/adaptive-cards-mcp — Checks card compatibility across different apps
delete_task ericroliver/tinytask — Delete a task by ID.
create_subtask ericroliver/tinytask — Create a subtask under a parent task.
list_subtasks ericroliver/tinytask — List subtasks of a parent task.
delete_link ericroliver/tinytask — Delete a link by ID.
get_agent_queue ericroliver/tinytask — Get the task queue for a specific agent.
get_task ericroliver/tinytask — Get details of a specific task by ID.
more →