glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 31367 · knowledge 30422 · other 21133 · finance 16972 · search 14093 · devops 10912 · communication 9539 · productivity 9186 · code 8960 · security 8225 · files 6922 · ml 6510 · media 6371 · database 5016 · web 4681 · retrieval 3850 · browser 2978 · payments 1931 · email 1798 · analytics 1076 · calendar 1053 · blockchain 765 · marketing 541 · research 406 · health 353 · crm 306 · memory 297 · ecommerce 238 · advertising 217 · network 195 · compliance 160 · seo 136 · storage 133 · project management 132 · design 132 · news 119 · social 108 · monitoring 104 · api 80 · system 66 · cms 56 · identity 52 · education 50 · sales 49 · testing 40 · project 37 · iot 37 · marketplace 34 · healthcare 32 · defi 31 · content 31 · social media 30 · hardware 29 · cloud 27 · observability 26 · authentication 26 · hr 24 · admin 24 · commerce 24 · accessibility 24
Tools mcp-registry/com.mythsensus/mythsensus-mcp/daily_blessing Deterministic deity card from 1,069-deity pool for date and chart.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_search_companies Company search; returns name, industry, followers, company URL.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_status Returns { status, isLoggedIn, sessionValid }. Works before the browser is launched.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_send_message Sends a DM to a 1st-degree/open-profile connection.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_login Opens the headed login flow. Optionally pre-fills credentials; you finish 2FA/captcha by hand. Waits for the session, then persists it.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_logout Clears the saved storageState snapshot and the profile cookies; next action needs a fresh login.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_get_profile Opens and scrapes a member profile: name, headline, location, about, experience, education, skills, connection count.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_search_people People search; returns name, headline, location, profile URL, connection degree.
npm/-mehmoodqureshi/linkedin-mcp/linkedin_search_jobs Jobs search; returns title, company, location, posted date, easy-apply, job URL.
npm/-ai-by-design/primitiv/get_token Look up a specific token by name.
npm/-ai-by-design/primitiv/get_component Look up a specific component by name.
npm/-ai-by-design/primitiv/get_inferred_rules Get the design rules Primitiv has extracted from your codebase patterns.
npm/-ai-by-design/primitiv/get_violations List token-misuse violations — hardcoded literals in source that bypass the contract.
npm/-ai-by-design/primitiv/get_design_context Get tokens, components, conflicts, inferred rules, and violation count.
npm/-ai-by-design/primitiv/get_conflicts Get conflicts between sources.
mcp-registry/dev.e18e/e18e/npm-i-checker Input an install command (npm i, pnpm add, yarn add, bun i). Returns suggestions[] for packages that have better-native or better-maintained
mcp-registry/dev.e18e/e18e/code-checker Input a full source file (JS/TS/JSX/TSX). Parses imports and returns suggestions[] when a listed module should be replaced.
mcp-registry/dev.fentz.envcp/envcp/list List all secret names
mcp-registry/dev.fentz.envcp/envcp/remove Remove a secret
mcp-registry/dev.fentz.envcp/envcp/sync Sync secrets to .env file
mcp-registry/dev.fentz.envcp/envcp/add Add a secret to the vault
mcp-registry/dev.fentz.envcp/envcp/get Retrieve a secret by name
mcp-registry/dev.flarelink/mcp/flarelink_list_projects List projects on the active Cloudflare connection.
mcp-registry/dev.flarelink/mcp/flarelink_whoami Verify the key; show the user + active connection/project.
mcp-registry/dev.flarelink/mcp/flarelink_list_databases List the project's D1 databases.
mcp-registry/dev.flarelink/mcp/flarelink_query_database Run a (parameterized) SQL statement against a project D1.
mcp-registry/dev.flarelink/mcp/flarelink_list_buckets List the project's R2 buckets.
mcp-registry/dev.flarelink/mcp/flarelink_get_pattern Copy-pasteable code for one recipe (auth setup, route guards, identifier-safe D1, R2 upload/presign, wrangler bindings, SDK usage).
mcp-registry/dev.flarelink/mcp/flarelink_sdk_reference @flarelink/client signatures + return shapes (auth / storage / db).
mcp-registry/dev.flarelink/mcp/flarelink_cost_patterns Cloudflare cost-optimization guidance, with targeted hints for the feature you describe.
mcp-registry/dev.flarelink/mcp/flarelink_stack_overview The stack, cardinal rules, and deployment shapes. Read first.
mcp-registry/dev.flarelink/mcp/flarelink_scaffold How to bootstrap a complete working app (clone / one-click deploy) + file map.
mcp-registry/dev.flarelink/mcp/flarelink_list_patterns The catalog of canonical code patterns.
mcp-registry/dev.fly.veles-finance-gateway/veles-finance-mcp/veles_ask Direct question to Veles-Finance-7B model
mcp-registry/dev.fly.veles-finance-gateway/veles-finance-mcp/veles_kelly Kelly Criterion position sizing calculator
mcp-registry/dev.fly.veles-finance-gateway/veles-finance-mcp/veles_agent Full LangGraph agent — routes to all tools, multi-turn
mcp-registry/dev.fly.veles-finance-gateway/veles-finance-mcp/veles_due_diligence Stock screening: APPROVED/REJECTED with P/E, beta, margins
mcp-registry/dev.fly.veles-finance-gateway/veles-finance-mcp/veles_sec_10k Extract key financials from latest SEC 10-K via EDGAR
npm/embedded-editor-for-claude-code/list_diagrams List all .excalidraw files
npm/embedded-editor-for-claude-code/create_diagram Create a blank diagram; returns PNG preview
npm/embedded-editor-for-claude-code/read_diagram Return current JSON + PNG
npm/embedded-editor-for-claude-code/write_diagram Replace elements; returns PNG
npm/embedded-editor-for-claude-code/append_elements Add elements to existing diagram; returns PNG
npm/embedded-editor-for-claude-code/delete_diagram Delete a diagram file
npm/embedded-editor-for-claude-code/list_notes List all .md notes
npm/embedded-editor-for-claude-code/create_note Create a blank note
npm/embedded-editor-for-claude-code/create_table Create a new DuckDB file with an optional schema
npm/embedded-editor-for-claude-code/write_note Write (replace) note content
npm/embedded-editor-for-claude-code/list_tables List all .duckdb files
npm/embedded-editor-for-claude-code/write_rows Upsert rows into a table (batched — all rows in one SQL statement)
npm/embedded-editor-for-claude-code/create_view Create a named DuckDB VIEW — a saved SQL query that re-executes dynamically on every read
npm/embedded-editor-for-claude-code/list_workspace List all files grouped by type in one call (diagrams, notes, tldraw, tables)
npm/embedded-editor-for-claude-code/rename_file Rename a file and rewrite all [[wikilinks]]
npm/embedded-editor-for-claude-code/list_tldraw List tldraw canvas files
npm/embedded-editor-for-claude-code/read_tldraw Read tldraw canvas JSON
npm/embedded-editor-for-claude-code/delete_note Delete a note
npm/embedded-editor-for-claude-code/read_table Read rows from the first user table (returns markdown)
npm/embedded-editor-for-claude-code/delete_rows Delete rows matching a WHERE clause
npm/embedded-editor-for-claude-code/query_table Run arbitrary SQL; optional save_as inserts results into another table
npm/embedded-editor-for-claude-code/get_backlinks Find all files that link to a given file
npm/embedded-editor-for-claude-code/list_history List saved snapshots for a diagram
npm/embedded-editor-for-claude-code/restore_snapshot Restore a diagram to a saved version
npm/embedded-editor-for-claude-code/read_note Read note content
mcp-registry/dev.forgesworn/rendezvous-mcp/search-venues Search for venues near a location using OpenStreetMap
mcp-registry/dev.forgesworn/rendezvous-mcp/get-isochrone Get a reachability polygon (everywhere reachable within N minutes)
mcp-registry/dev.forgesworn/rendezvous-mcp/get-directions Get directions between two points with turn-by-turn steps
mcp-registry/dev.forgesworn/rendezvous-mcp/store-routing-credentials Store L402 macaroon + preimage after Lightning payment
mcp-registry/dev.forgesworn/rendezvous-mcp/score-venues Score candidate venues by travel time fairness for 2–10 participants
npm/traceon-cli/run_trace Execute a trace-based verification of code changes using Playwright and OpenTelemetry.
npm/traceon-cli/get_trace_results Retrieve the results of a previously run trace.
mcp-registry/io.github.vivek081166/japan-utils-mcp/kanji_to_romaji Convert mixed Japanese text to Hepburn romaji with hiragana reading.
mcp-registry/io.github.vivek081166/japan-utils-mcp/lookup_postal_code Look up Japanese postal code (7-digit) and return prefecture, city, area with kana readings.
mcp-registry/io.github.vivek081166/japan-utils-mcp/is_holiday Check if a date is a Japanese national holiday, returning name and weekday.
mcp-registry/io.github.vivek081166/japan-utils-mcp/era_to_western Convert Japanese era year (e.g., 令和8年, R8, Reiwa 8) to Gregorian year with era metadata.
mcp-registry/io.github.vivek081166/japan-utils-mcp/western_to_era Convert Gregorian year to Japanese era (kanji, English, year-of-era, formatted strings).
mcp-registry/io.github.vivek081166/japan-utils-mcp/list_holidays List all Japanese national holidays for a given year.
mcp-registry/io.github.vivek081166/japan-utils-mcp/convert_kana Convert between hiragana, katakana, and half-width katakana.
mcp-registry/io.github.vivek081166/japan-utils-mcp/normalize_width Convert between full-width and half-width for ASCII, digits, and kana with per-category control.
mcp-registry/io.github.vivek081166/japan-utils-mcp/split_japanese_name Split a Japanese full name into surname and given name using a statistical model with confidence.
mcp-registry/com.kogcat/kogcat-mcp/search_knowledge_base Search the knowledge base for relevant information.
mcp-registry/com.kogcat/kogcat-mcp/fetch_nodes Fetch nodes from the knowledge base.
mcp-registry/com.kogcat/kogcat-mcp/fetch_edges Fetch edges from the knowledge base.
mcp-registry/com.kogcat/kogcat-mcp/run_calibration Run a calibration pass to surface counterexamples and edge cases.
mcp-registry/com.kogcat/kogcat-mcp/read_memory Read durable memory.
mcp-registry/com.kogcat/kogcat-mcp/write_memory Write to durable memory.
mcp-registry/com.pulsemcp/google-calendar/list_calendar_events Lists events from a calendar within an optional time range.
mcp-registry/com.pulsemcp/google-calendar/get_calendar_event Retrieves detailed information about a specific event.
mcp-registry/com.pulsemcp/google-calendar/create_calendar_event Creates a new calendar event.
mcp-registry/com.pulsemcp/google-calendar/update_calendar_event Updates an existing calendar event. Uses PATCH semantics - only the fields you provide will be updated.
mcp-registry/com.pulsemcp/google-calendar/delete_calendar_event Deletes a calendar event.
mcp-registry/com.pulsemcp/google-calendar/list_calendars Lists available calendars.
mcp-registry/com.pulsemcp/google-calendar/query_calendar_freebusy Queries free/busy information for a calendar.
mcp-registry/io.github.voidly-ai/pay-mcp/agent_stream_finalize Finalize a payment stream
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_listing_get Fetch a single listing by id
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_listings_mine List your own listings
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_hash SHA-256/512 + signed receipt
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_timestamp Proof-of-existence (OpenTimestamps-style)
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_random Signed CSPRNG bytes
mcp-registry/io.github.voidly-ai/pay-mcp/voidly_qr QR-code PNG of any text/URL
mcp-registry/io.github.voidly-ai/pay-mcp/agent_pay Send N credits to a DID
more →