glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 135773 · knowledge 108424 · other 86019 · devops 51630 · search 49936 · finance 48492 · code 39481 · communication 36071 · productivity 34424 · files 32253 · media 32051 · security 31214 · retrieval 24192 · database 22018 · ml 17673 · web 15622 · browser 15146 · email 9995 · payments 5170 · calendar 4368 · analytics 4010 · 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 xrp_get_conversation_guidance MyronKoch/XRP Ledger Testnet MCP Server — Contextual prompts for guided agent flows.
xrp_generate_nft_image MyronKoch/XRP Ledger Testnet MCP Server — IPFS-ready image generation helper for NFT minting.
xrp_get_ledger MyronKoch/XRP Ledger Testnet MCP Server — Ledger information.
xrp_get_transaction MyronKoch/XRP Ledger Testnet MCP Server — Transaction details.
xrp_get_server_info MyronKoch/XRP Ledger Testnet MCP Server — Network status.
xrp_get_ledger_entry MyronKoch/XRP Ledger Testnet MCP Server — Get specific ledger entry.
xrp_get_account_objects MyronKoch/XRP Ledger Testnet MCP Server — Get account-owned objects.
greet AkshaySPathade/MCP-Server-Using-FastMCP — Greets a user by name
add AkshaySPathade/MCP-Server-Using-FastMCP — Adds two integers
multiply AkshaySPathade/MCP-Server-Using-FastMCP — Multiplies two integers
divide AkshaySPathade/MCP-Server-Using-FastMCP — Divides two integers, returns error message if division by zero
subtract AkshaySPathade/MCP-Server-Using-FastMCP — Subtracts two integers
query_hcc_risk_adjustment SaeMind/CMS Healthcare Data MCP Server — Query CMS-HCC risk adjustment data by ICD-10 code, HCC category, or model year.
query_hospital_readmission SaeMind/CMS Healthcare Data MCP Server — Query hospital readmission rates by CCN, measure ID, or time period.
query_partd_drug_utilization SaeMind/CMS Healthcare Data MCP Server — Query Part D drug utilization data by drug name, NDC, or year.
list_datasets SaeMind/CMS Healthcare Data MCP Server — List all available CMS datasets with metadata.
get_dataset_schema SaeMind/CMS Healthcare Data MCP Server — Get the schema (field names and types) for a given dataset.
query_mips_quality SaeMind/CMS Healthcare Data MCP Server — Query MIPS quality measures by measure ID, specialty, or performance year.
fix_gitignore shalonjovan/Testing MCP — Add missing entries to prevent credential leaks
console_test shalonjovan/Testing MCP — Test console apps (stdin, stdout, exit code)
generate_dockerfile shalonjovan/Testing MCP — Auto-generate Dockerfile from project
generate_ci_workflow shalonjovan/Testing MCP — Generate GitHub Actions or GitLab CI config
extract_migration shalonjovan/Testing MCP — Extract inline SQL schemas into migration files
load_test shalonjovan/Testing MCP — Concurrent load/stress testing with latency percentiles
integration_tests shalonjovan/Testing MCP — Discover and run integration tests
smoke_tests shalonjovan/Testing MCP — Smoke test endpoints and commands
mutation_test shalonjovan/Testing MCP — Mutation testing to evaluate test quality
browser_new_session shalonjovan/Testing MCP — Create stealth browser session (anti-bot fingerprinting)
browser_navigate shalonjovan/Testing MCP — Navigate to URL, auto-handle Cloudflare challenges
browser_click shalonjovan/Testing MCP — Click element by CSS selector
browser_fill shalonjovan/Testing MCP — Fill form fields
performance_test shalonjovan/Testing MCP — Startup time, API latency, load testing
security_scan shalonjovan/Testing MCP — Run all security scans (modes: all, sast, secrets, headers, tls, deps, dast, crawl)
scan_tls shalonjovan/Testing MCP — Validate TLS/SSL certificate
browser_get_text shalonjovan/Testing MCP — Get visible text from page/element
take_screenshot_tool shalonjovan/Testing MCP — Capture webpage screenshots
run_game_tests shalonjovan/Testing MCP — Run game engine tests
infrastructure_info shalonjovan/Testing MCP — Docker, K8s, CI config detection
check_docker shalonjovan/Testing MCP — Check Docker availability
check_kubernetes shalonjovan/Testing MCP — Check Kubernetes availability
browser_set_active_session shalonjovan/Testing MCP — Switch active session
browser_close_session shalonjovan/Testing MCP — Close and clean up session
accessibility_scan shalonjovan/Testing MCP — WCAG accessibility scan using axe-core
profile_api shalonjovan/Testing MCP — Profile API memory and latency
system_info shalonjovan/Testing MCP — CPU, memory, disk, network info
analyze_project_tool shalonjovan/Testing MCP — Detect language, framework, structure, dependencies
run_tests shalonjovan/Testing MCP — Discover and execute existing tests
generate_report shalonjovan/Testing MCP — Generate Markdown, HTML, or JSON reports
suggest_fix shalonjovan/Testing MCP — Root cause analysis and fix suggestions
inspect_logs shalonjovan/Testing MCP — Log analysis with error pattern matching
fuzz_test shalonjovan/Testing MCP — Fuzz test console apps with random input
ui_test shalonjovan/Testing MCP — Playwright browser automation
api_test shalonjovan/Testing MCP — API endpoint testing with schema validation
visual_regression shalonjovan/Testing MCP — Compare screenshots, highlight differences
create_diff_gif shalonjovan/Testing MCP — Animated GIF between baseline and current
detect_mobile shalonjovan/Testing MCP — Detect Android, Flutter, React Native projects
run_mobile_tests shalonjovan/Testing MCP — Run Android (Gradle) or Flutter tests
detect_game shalonjovan/Testing MCP — Detect Godot, Unity, Unreal projects
scan_sast shalonjovan/Testing MCP — Static analysis: SQLi, XSS, CSRF, SSRF, CMDI, path traversal, weak crypto, etc.
generate_tests shalonjovan/Testing MCP — AI-generate unit tests (pytest, unittest, Jest)
compare_runs shalonjovan/Testing MCP — Regression comparison between test runs
ping shalonjovan/Testing MCP — Health check
discover_endpoints shalonjovan/Testing MCP — Auto-discover API endpoints
database_validate shalonjovan/Testing MCP — Validate DB migrations, constraints, rollbacks
scan_secrets shalonjovan/Testing MCP — Scan for hardcoded API keys, tokens, credentials, certs
scan_headers shalonjovan/Testing MCP — Check HTTP security headers (HSTS, CSP, X-Frame-Options, etc.)
browser_select_option shalonjovan/Testing MCP — Select dropdown option
browser_list_sessions shalonjovan/Testing MCP — Show all active browser sessions
check_color_contrast_tool shalonjovan/Testing MCP — Check WCAG color contrast ratio
graphql_test shalonjovan/Testing MCP — Run GraphQL queries
graphql_introspect shalonjovan/Testing MCP — Introspect GraphQL schema
graphql_detect shalonjovan/Testing MCP — Detect GraphQL endpoint
websocket_test shalonjovan/Testing MCP — Test WebSocket connections
grpc_test shalonjovan/Testing MCP — Test gRPC endpoints
profile_resources shalonjovan/Testing MCP — Measure startup time and resource usage
profile_memory shalonjovan/Testing MCP — Measure current memory usage
browser_get_html shalonjovan/Testing MCP — Get full page or element HTML
browser_evaluate shalonjovan/Testing MCP — Execute arbitrary JavaScript
browser_get_cookies shalonjovan/Testing MCP — List session cookies
browser_screenshot shalonjovan/Testing MCP — Save screenshot to file or return base64
list_categories uxieee/uxie-ghl-mcp-server — Browse all 83 API categories with action counts
search_actions uxieee/uxie-ghl-mcp-server — Find actions by natural language, or enumerate every action in one category with include_all=true
execute_action uxieee/uxie-ghl-mcp-server — Run any action by ID with params, preview writes with dry_run, confirm high-risk actions, and shape responses via result_filter, result_fiel
list_scenarios com.topness/callwright — Known scenario profiles (+ pending candidates)
list_languages com.topness/callwright — Languages this server can call in
update_language com.topness/callwright — Change / remove an added language
remove_language com.topness/callwright — Remove an added language
learn_from_call com.topness/callwright — Enrich a profile, or stage a new-scenario candidate
list_candidates com.topness/callwright — Staged scenario candidates (pending new profiles)
get_setup_status com.topness/callwright — What's configured / missing
configure com.topness/callwright — Save your name, callback, standing facts (+ optional provisioning)
get_call_outcome com.topness/callwright — Outcome + analysis + transcript by call_id
list_recent_calls com.topness/callwright — Recent calls
list_retries com.topness/callwright — Recent automatic no-answer re-dials
list_voices com.topness/callwright — Browse Retell voices (for adding a language)
add_language com.topness/callwright — Add a new call language at runtime (translate → agent)
verify_language com.topness/callwright — Quality-gate a new language (review card + optional live test call)
reject_candidate com.topness/callwright — Drop a noise/one-off candidate
place_call com.topness/callwright — Dry-run by default (returns read-back); confirm:true to dial. Supports lang and overrides.retry
create_profile com.topness/callwright — Create a new scenario profile (propose-and-confirm, guarded)
more →