glimind. Docs Status Get key
all tools
code tools // by live reliability
mcp-registry/com.senzing/mcp/analyze_record Get the Senzing JSON analyzer script to validate mapped data files client-side. REQUIRED: `workspace_dir` (writable directory, e.g. ~/sz-wor
mcp-registry/io.github.colinhughes2121/gocreative-agent-api/calc_hex_text Hex <-> text converter — '{encode|decode}/{text}'. For dev and data agents.
Cost: $0.005–$0.05 USDC on Base per call.
mcp-registry/cloud.theprotocol/registry/theprotocol_createVersion Create a new code version for an agent. version is semver string.
mcp-registry/cloud.theprotocol/registry/theprotocol_deleteVersion Delete a version from an agent.
mcp-registry/com.googleapis.stitch/mcp/generate_screen_from_text Generates a new screen within a project from a text prompt.
**Instructions for Tool Call:**
* This action can take a few minutes to comple
mcp-registry/com.googleapis.stitch/mcp/upload_design_md Uploads DESIGN.md to a Stitch project. Use this tool when the user wants to create a design system from a DESIGN.md file.
**Instructions fo
mcp-registry/com.googleapis.stitch/mcp/create_design_system_from_design_md Creates a design system for a project, with user uploaded DESIGN.md file, and displays the design system in the UI.
**Instructions for Tool
mcp-registry/com.claidex/failure-intelligence/run_computation Evaluate deterministic mathematical expressions with optional variables. Use for algebra, matrices, vectors, transformations, descriptive nu
mcp-registry/com.kernelcad/kernelcad/diff_scripts Use this when you need to see exactly what changed between two script versions. Structured geometric delta between two versions of a kernelC
mcp-registry/com.kernelcad/kernelcad/add_curve Use this when you need to author a 3D Curve3D into the user's .kcad.ts immediately before the last top-level return. One authoring path, sel
mcp-registry/com.kernelcad/kernelcad/add_variable_sweep Use this when you need to author a variable-section sweep along a spine. Insert a `variableSweep(spine, sections, opts?)` declaration into t
mcp-registry/com.kernelcad/kernelcad/add_pattern_feature Use this when you need to repeat a feature in a pattern. Insert a Shape.patternLinear / .patternCircular / .patternGrid call into a kernelCA
mcp-registry/com.kernelcad/kernelcad/add_part Use this when you need to add a part to an assembly. Durably insert `const <binding> = <assembly>.part(partName, shapeExpression, opts?)` be
mcp-registry/com.kernelcad/kernelcad/add_connector Use this when you need to add a mate connector to a part. Durably insert `<partBinding>.connector(name, { type, origin, axis?, normal? })` b
mcp-registry/com.kernelcad/kernelcad/set_scene_return Use this when you need to set how the script returns its assembly. Replace the final top-level return statement with `return <assembly>.mode
mcp-registry/com.kernelcad/kernelcad/review_cad Use this when you need to review a mechanism for fitness and repair mode. Run the deterministic CAD review loop: evaluate the script, valida
mcp-registry/com.kernelcad/kernelcad/design_loop Use this when you need to run a CAD design loop over multiple attempts. Run an agent CAD design loop over one or more attempt scripts: revie
mcp-registry/com.kernelcad/kernelcad/flatten_pattern Use this when you need the unfolded flat pattern of a bent sheet-metal part. Return the unfolded 2D flat-pattern of a bent sheet-metal Shape
mcp-registry/com.luthersystems.insideout/mcp/tfgenerate WORKFLOW: Step 3 of 4 - Generate Terraform files from completed design
Generate Terraform files from an InsideOut session that has completed
mcp-registry/com.mermaidchart/mermaid-mcp/read_mermaid_file Read a single .mmd file from a GitHub repository. Only paths ending in .mmd are allowed. REQUIRES: `Github-Token` header (HTTP) or GITHUB_TO
mcp-registry/com.mermaidchart/mermaid-mcp/create_pr Create a new branch (git ref), one commit from the base tree with your file changes, then open a pull request in the same repository. REQUIR
mcp-registry/com.mermaidchart/mermaid-mcp/push_file Create or update a single file on a given branch in a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with contents write
mcp-registry/com.mermaidchart/mermaid-mcp/list_pulls List pull requests for a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.
mcp-registry/com.mermaidchart/mermaid-mcp/list_branches List or resolve branch names. **List mode (default):** one `GET /repos/.../branches?per_page=100&page=1` — at most 100 names, A–Z sorted in
mcp-registry/com.mermaidchart/mermaid-mcp/list_issues List issues for a repository (excludes pull requests). REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.
mcp-registry/com.mermaidchart/mermaid-mcp/get_issue_comments List comments on an issue by issue number. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.
mcp-registry/com.mermaidchart/mermaid-mcp/get_pull_comments Get all pull request comments: both issue/PR thread comments and inline review comments, with a `type` of `issue_thread` or `review` per ite
mcp-registry/com.mcpcalc/calculator/calculate_cas Evaluate one or more headless CAS expressions server-side (MCP-only numeric mode). Unsupported expressions return a GUI handoff link.
mcp-registry/com.mcpcalc/calculator/calculate_cas_headless Alias of calculate_cas. Headless MCP-only CAS evaluator; if unsupported features are requested, returns GUI handoff details.
mcp-registry/cloud.theprotocol/registry/theprotocol_getMcpStdioBridgeJs Download MCP stdio bridge JS artifact. Public.
mcp-registry/biz.keepingtrack/dejavu/skill_execute THE KEY TOOL. Auto-clone if needed, read SKILL.md, log execution.
Content is compressed by default (7-15% smaller). Set full=True for co
mcp-registry/com.owlgrouptrading/indicator-code/get_indicator_code Return the verified implementation of an Owl Group Trading indicator in a given platform. Args: slug (e.g. 'rl10', 'dragon', 'river-flood-pl
mcp-registry/com.discreterate/public/run_hamburger_duo Run the Hamburger Duo (HAM) demo — Andy Siprelle's 5-stage finite-source line, executed as both DES and DRS implementations on the same mode
mcp-registry/ai.intuitek.the-stall/the-stall/code-api-surface Analyzes a code snippet and returns its API surface: HTTP routes (method + path), exported symbols, and middleware. Supports Express, FastAP
mcp-registry/ai.intuitek.the-stall/the-stall/code-test-detector Detects testing frameworks and test coverage presence in a code snippet or GitHub repository. For code snippets: identifies test functions,
mcp-registry/com.kernelcad/kernelcad/set_param Use this when you need to edit a param() default value in a kernelCAD script. Returns the modified code as text plus diagnostics from re-eva
mcp-registry/com.kernelcad/kernelcad/add_surface Use this when you need to author a NURBS Surface into the user's .kcad.ts. One authoring path, selected by `kind`:
- 'nurbs' — insert a nurb
mcp-registry/com.kernelcad/kernelcad/remove_feature Use this when you need to remove a feature line from a script. Remove a single line from a kernelCAD script identified by a substring match.
mcp-registry/io.github.airpote/avalanche-docs/github_get_file Retrieve the contents of a specific file from an Avalanche GitHub repository.
mcp-registry/com.kernelcad/kernelcad/add_text Use this when you need to author text into a kernelCAD script before the last top-level return. One authoring path, selected by `mode`:
- 's
mcp-registry/ai.duvera/gateway/duvera__github_read_file [duvera · risk:low] Read a file from a public GitHub repository. Read-only.
mcp-registry/com.blockscout/mcp-server/inspect_contract_code Inspects a verified contract's source code or metadata.
mcp-registry/ai.geodesiclabs/governance-platform/submit_chain_stage
Submit data for a chain stage. The platform validates the data
using the chain's Blueprint, then advances the chain if validation p
mcp-registry/ai.geodesiclabs/governance-platform/approve_rule
Promote a discovered rule into Blueprint-compatible format.
After running discover_patterns, use this to approve high-confidence
mcp-registry/ai.example4/xmp4/xmp4_deps List external dependencies of a project.
mcp-registry/ai.example4/xmp4/xmp4_grep Server-side regex text search over indexed project source files. Free tier: requires file_path (single file). Premium tier (XMP4_PREMIUM_GRE
mcp-registry/ai.example4/xmp4/xmp4_projects Search and browse projects by language and name. Use this first to discover projects, then use other tools with the repo name.
mcp-registry/ai.example4/xmp4/xmp4_search Search symbols in a project. Use xmp4_projects first to find the project identifier.
mcp-registry/ai.example4/xmp4/xmp4_source Extract source code for a symbol in a project.
mcp-registry/com.kernelcad/kernelcad/add_path_segment Use this when you need to append a curved segment to an existing PathBuilder chain on the named `chain_anchor` variable. The call is injecte
mcp-registry/com.luthersystems.insideout/mcp/tfplan PREVIEW: Run terraform plan to preview infrastructure changes
Runs a terraform plan for an InsideOut session without applying any changes.
T
mcp-registry/com.ruscrape/russia-access/run_code Run agent code (python / javascript / bash) in an isolated sandbox (no network, CPU/RAM/time
limits) and get stdout/stderr/exit_code bac
mcp-registry/be.vibedeploy/vibedeploy/update_site Patch or replace files on an existing site. Defaults to patch mode: only the listed files change; everything else stays. Pass mode:'replace'
mcp-registry/com.mux/mcp/execute Runs JavaScript code to interact with the Mux API.
You are a skilled TypeScript programmer writing code to interface with the service.
Defi
mcp-registry/ai.intuitek.the-stall/the-stall/regex-tester Safe regex testing and extraction. Validates a pattern, finds all matches (with capture groups), replaces text, and explains what the patter
mcp-registry/com.mermaidchart/mermaid-mcp/list_repos List GitHub repositories for the authenticated user, or for an organization when `org` is set. REQUIRES: `Github-Token` header (HTTP) or `GI
mcp-registry/com.mermaidchart/mermaid-mcp/list_mermaid_files List .mmd Mermaid files in a GitHub repository (code search with tree fallback). REQUIRES: `Github-Token` header (HTTP) or GITHUB_TOKEN / GH
mcp-registry/com.mermaidchart/mermaid-mcp/create_issue Create an issue in a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with issues write if creating issues in private repo
mcp-registry/com.obsmetrics.paygent/agents/pr-summary Turn a git diff into a clear PR description or release notes. [dev-tools; up to 30c/call]
mcp-registry/cloud.redu/mcp/select_surface For a repo with SEVERAL runnable parts, call this BEFORE plan_deploy. You enumerate the candidate surfaces (find every Dockerfile/Containerf
mcp-registry/com.gocreativeai.omnicall/agent-tools/search_github GitHub repository discovery — top repos by stars (name, language, description, forks, topics) for any keyword. For dev a
Cost: $0.005–$0.05
mcp-registry/io.github.pipeworx-io/cbs-il/scan_dependency Composite "should I add this npm package to my project" check in ONE call — fans out across deps.dev (license + advisories + version history
mcp-registry/io.github.pipeworx-io/cataas/scan_dependency Composite "should I add this npm package to my project" check in ONE call — fans out across deps.dev (license + advisories + version history
mcp-registry/com.aidesignblueprint/blueprint/architect.validate_consensus Pro/Teams — N-shot CONSENSUS doctrine review of agentic code. ON CLIENT TIMEOUT — DO NOT RETRY THIS TOOL. Long-running (~80-120s for N=3 par
mcp-registry/com.googleapis.stitch/mcp/update_design_system Updates a design system for a project. Use this tool when the user wants to change the overall visual theme, style, or branding of the appli
mcp-registry/com.googleapis.stitch/mcp/apply_design_system Applies a design system to a list of screens. Use this tool when the user wants to update one or more screens to match the style of a design
mcp-registry/biz.keepingtrack/dejavu/skill_install Explicit install via git clone.
mcp-registry/biz.keepingtrack/dejavu/skill_submit Validate SKILL.md has YAML frontmatter, write to submissions, create catalog entry.
mcp-registry/app.clicon/lotus/get_quick_win_code
Genera código completo de implementación para un Quick Win (por hash).
Solo disponible para wins de tipo structured_data.
Requi
mcp-registry/com.kernelcad/kernelcad/evaluate_script Use this when you need to run a script and check it compiles. Run a kernelCAD .kcad.ts script and report pass/fail + feature count + diagnos
mcp-registry/com.kernelcad/kernelcad/add_feature Use this when you need to insert a new feature line into a script. Insert a new feature line into a kernelCAD script before the last top-lev
mcp-registry/com.kernelcad/kernelcad/project_curve Use this when you need to wrap a 2D curve onto a 3D face. Insert a `<shape>.projectCurve({ curve, face, scaleMode?, asEdge? })` chained call
mcp-registry/com.kernelcad/kernelcad/query Use this when you need to resolve or inspect topology against a script's lowered geometry. Selected by `mode` (default 'evaluate'):
- 'evalu
mcp-registry/com.kernelcad/kernelcad/add_constraint Use this when you need to add a sketch constraint to a list. Append one validated sketch constraint to a constraint list. Side-effect-free:
mcp-registry/com.kernelcad/kernelcad/add_mate Use this when you need to author a mate-graph relationship into the source, selected by `relation` (default 'mate'):
- 'mate' — a typed mate
mcp-registry/com.babyblueviper/invinoveritas/execute Paid secure Python execution that serious agents actually use. Run real code (data pipelines, backtests, repo analysis, scraping + processin
mcp-registry/com.quintadb/mcp/generate_ai_project Згенерувати повний проєкт з формами та звітами на основі текстового опису
mcp-registry/io.github.colinhughes2121/gocreative-agent-api/lookup_github Get GitHub repo metadata (stars, language, license, dates, default branch). Use for OSS research, dependency-risk scoring, or maintainer out
mcp-registry/co.ainumbers/tools/verify_execution_hash Independently verify a ChainGraph artifact (ChainGraph Standard v0.1 §6). Recomputes SHA-256 over the canonical (sorted-key, whitespace-stri
mcp-registry/cloud.theprotocol/registry/theprotocol_getCircuitSource Download Noir source (main.nr) for a ZKP circuit. Returns source code as text. Public — no auth.
mcp-registry/cloud.theprotocol/registry/theprotocol_listAgentBuilderTemplates List agent-builder templates (UI scaffolds).
mcp-registry/co.ainumbers/tools/validate_ap2_mcp_policy Validate AP2 Policy Mandate JSON payloads against the Unified Build Contract v1.0 schema. Auto-generates MCP tool definitions from the manda
mcp-registry/co.ainumbers/tools/emit_chaingraph_artifact Makes ChainGraph tools agent-callable (ChainGraph Standard v0.1 §3.1). Mode 1 — supply pre_computed_artifact (exported from the browser tool
mcp-registry/com.scanmalware.mcp/scanmalware-mcp/get_js_segments_unknown Get unknown JS segments for a scan_id.
mcp-registry/com.scanmalware.mcp/scanmalware-mcp/run_js_differential_analysis Run JS differential analysis for a scan_id.
mcp-registry/io.github.0580iris-lang/x711-gas-station/x711_code_sandbox Execute JavaScript or Python code in an isolated sandbox. Use for: data processing, math, CSV parsing, JSON transformation, crypto calculati
mcp-registry/io.github.0xaxiom/axiom-agentic-tools/repo-health-for-agents Comprehensive GitHub repository health audit. Scores repos 0-100 across 8 categories: activity, community, maintenance, contributors, securi
mcp-registry/io.github.colinhughes2121/gocreative-agent-api/calc_binary Binary <-> text converter — '{encode|decode}/{text}'. For dev and education agents.
Cost: $0.005–$0.05 USDC on Base per call.
mcp-registry/io.github.jcjamet/ia-qa-toolbox/generate_curl Generate a curl command from request parameters. Supports GET/POST/PUT/DELETE, custom headers, JSON body, and form data. Useful for document
mcp-registry/io.github.jcjamet/ia-qa-toolbox/extract_todos Extract TODO, FIXME, HACK, BUG, NOTE, OPTIMIZE, and custom tags from any source code or text. Returns line numbers, tag types, and message t
mcp-registry/io.github.jcjamet/ia-qa-toolbox/count_code_lines Count lines of code: total, code lines, comment lines, blank lines, and comment density. Supports JS/TS, Python, Java/C/C++, Ruby, Go, Shell
mcp-registry/io.github.web3auth/mcp-server/get_example Fetch complete source code of a Web3Auth integration example from GitHub.
mcp-registry/io.github.br0ski777/code-sandbox/code_execute_sandbox Use this when you need to execute Python, JavaScript, or SQL code in a sandboxed environment and get the output. Supports Python (subprocess
mcp-registry/io.github.zuga-luga/zugabot/get_instant_sdk_snippet Generate a ready-to-run Python snippet to call a Zugabot paid service on YOUR code.
Your code is pre-filled — set PRIVATE_KEY and run to pay
mcp-registry/io.github.agenticempire/axint/axint.cloud.check Run an agent-callable Cloud Check against Swift or Axint TypeScript source. Accepts inline source or a sourcePath, then returns a Cloud-styl
mcp-registry/io.github.clerk/mcp-server/list_clerk_sdk_snippets List all available Clerk SDK snippets and bundles. Filter by tag to find specific functionality.
mcp-registry/io.github.holomodular/servicebricks/generate_microservice_zip Generates a ServiceBricks C# microservice as a ZIP file.
mcp-registry/io.github.klever-io/mcp-klever-vm/analyze_contract Analyze Klever smart contract Rust source code for common issues. Checks for missing imports, missing #[klever_sc::contract] macro, missing
mcp-registry/io.github.lazymac2x/api-flow-analyzer/analyze_flow Analyze complete API call flow and identify patterns
mcp-registry/io.github.lazymac2x/api-flow-analyzer/detect_redundancy Identify duplicate or redundant API calls in a flow
mcp-registry/io.github.lazymac2x/api-flow-analyzer/suggest_batching Recommend batching opportunities for parallel API calls
mcp-registry/cloud.theprotocol/registry/theprotocol_agentBuilderGenerateTemplate Generate a new agent-builder template from spec.
mcp-registry/io.github.airpote/avalanche-docs/github_search_code Search for code across core Avalanche GitHub repositories including avalanchego, subnet-evm, coreth, libevm, avalanche-cli, platform-cli, ic
mcp-registry/cloud.theprotocol/registry/theprotocol_getMcpStdioBridgeAdminJs Download MCP admin stdio bridge JS artifact. Public.
mcp-registry/ai.quantifyme/quantifyme/get_strategy_code Get the actual Python code behind a community leaderboard strategy.
Use after `browse_community`: pass an entry's `id` here to read its
mcp-registry/ai.quantifyme/quantifyme/generate_strategy Generate Python strategy code (no training/deploy). Use when the user wants raw code.
Args:
features: NL description of features
mcp-registry/ai.trydock/dock/validate_formula Parse-check a formula expression server-side without writing anything. Returns { ok, error?, rewrittenFormula?, referencedFunctions, unknown
mcp-registry/app.humantaste/taste-mcp/review_code Get a vetted human engineer to review your code, architecture, and design decisions — not just style, but correctness, security, and whether
mcp-registry/cloud.redu/mcp/prepare_upload Returns the LOCAL shell commands to package your working directory and upload it for an upload-mode deploy (no git, no PAT). Run them in the
mcp-registry/cloud.theprotocol/registry/theprotocol_activateVersion Activate a version (make it canonical).
mcp-registry/cloud.theprotocol/registry/theprotocol_rollbackVersion Roll back to a specific version. May trigger redeploy.
mcp-registry/io.github.agenticempire/axint/axint.fix-packet Read the latest Fix Packet that Axint emitted locally after a compile or watch run. Returns the exact repair artifact that AI tools or Xcode
mcp-registry/ai.duvera/gateway/duvera__dev_npm_package [duvera · risk:low] Look up the latest version, description, license, and dependencies of an npm package. Works for scoped packages too (e.g
mcp-registry/ai.duvera/gateway/duvera__github_latest_release [duvera · risk:low] Get the latest published release (tag, name, notes, date) of a public GitHub repository. Returns 404 for repos that publ
mcp-registry/ai.geodesiclabs/governance-platform/create_chain
Create a multi-agent sequential execution chain.
Defines a pipeline where multiple agents process data in sequence.
Each stage
mcp-registry/ai.example4/xmp4/xmp4_callees Find direct callees (methods called by) a symbol in a project. Navigate step-by-step by calling xmp4_callees again on interesting results.
mcp-registry/ai.example4/xmp4/xmp4_callers Find direct callers of a symbol in a project. Navigate step-by-step by calling xmp4_callers again on interesting results.
mcp-registry/ai.example4/xmp4/xmp4_hierarchy Get type hierarchy (base, interfaces, derived) for a symbol in a project.
mcp-registry/ai.example4/xmp4/xmp4_info Get detailed information about a symbol in a project.
mcp-registry/ai.example4/xmp4/xmp4_outline Get outline (all symbols) for a file in a project.
mcp-registry/ai.example4/xmp4/xmp4_symbol_at LSP-style position→symbol lookup. Given (file_path, line, column) returns the symbol whose occurrence covers that cursor position. line is 1
mcp-registry/ai.example4/xmp4/xmp4_tests_for Find direct tests that exercise a given symbol (direct callers filtered to test-file candidates per language pattern: CSharp/Java/PHP: *Test
mcp-registry/ai.example4/xmp4/xmp4_usages Find all usages/references of a symbol in a project.
mcp-registry/ai.example4/xmp4/xmp4_view Read a raw file excerpt from an indexed project by line range. Use after xmp4_search/xmp4_outline locates the region of interest, or to expa
mcp-registry/io.github.lazymac2x/api-flow-analyzer/get_dependency_graph Generate dependency graph of API calls showing call sequence and relationships
mcp-registry/io.github.javierfajardo85-rgb/aiaam/compile_api Compiles a public OpenAPI/Swagger spec URL into a compact MAI-API manifest. Requires a valid API key (X-Api-Key). Without a key, only specs