Skip to main content
Glama
341,535 tools. Last updated 2026-07-30 11:30

"Matrix" matching MCP tools:

  • Construct an m x n matrix with optional list of entries for mathematical computations.
    MIT
  • Perform matrix operations including multiplication, addition, subtraction, inversion, transpose, determinant, eigenvalues, and more using 2D number arrays.
    MIT
  • Calculate travel times and distances between multiple origins and destinations in a single request, replacing hundreds of individual route calls for efficient logistics planning.
    MIT
  • "Distance matrix between locations" / "all-to-all travel times" / "N×M routing grid" / "drive / walk / bike times between [list]" — N×M distance and duration matrix between many points via OpenStreetMap routing. Use for traveling-salesman setup, multi-stop optimization, nearest-warehouse, fleet dispatch. Profile-aware (car / truck / bike / foot / wheelchair).
    Connector
  • Compute Pearson or Spearman correlation matrices for multiple assets, with eigenvalue decomposition to analyze explained variance and principal components.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Free browser-based calculators and analyzers for cloud cost, DevOps, security, and data governance.

  • ArcFlow exposes the Destiny Matrix numerology calculator as MCP tools. Given a date of birth it returns a structured reading (core numbers 1–22 for personality, talents, money, relationships, life purpose and karmic patterns, each with a short interpretation) plus a rendered octagram image. A second tool computes compatibility between two birth dates. Deterministic, read-only, no auth.

  • Install Matrix — Generate copy-paste-correct MCP install snippets for ~29 clients at once — with each client's config-key traps already encoded (Antigravity demands `serverUrl` and lowercase names; Gemini CLI demands `httpUrl`; AnythingLLM demands type 'streamable'; Goose/Kiro/Cursor/VS Code get working deeplinks; ChatGPT gets the search+fetch requirement spelled out). Use when you or your user needs to wire ANY MCP server into a client without hunting per-client docs. Deterministic, no model call. Input: {server_url: string (required, http(s) URL), name?: string, transport?: 'streamable-http'|'sse', auth?: 'none'|'bearer-optional'|'bearer-required'}. Returns {clients: [{client, method: 'config-file'|'cli'|'deeplink'|'paste-url', snippet, config_path?, notes?}], count}. (1 MESH/call, a tool · devtools)
    Connector
  • Calculate VanRaden kinship matrix from genotype dosage to identify highly related sample pairs and measure self-relationship (inbreeding) range.
    Apache 2.0
  • Create an n x n identity matrix for use in linear algebra and number theory computations.
    MIT
  • Calculate travel times and distances between multiple points with the Mapbox Matrix API. Supports driving, walking, and cycling profiles.
    MIT
  • Compute the determinant of any square matrix for solving linear algebra problems.
    MIT
  • Compute the rank of a matrix to assess linear independence and solution space.
    MIT
  • Computes the characteristic polynomial of a square matrix, with an option to specify the variable name.
    MIT
  • Compute the image of a matrix to determine its column space. Uses PARI/GP for linear algebra.
    MIT
  • Compute the inverse of a square matrix. Provide an invertible matrix to obtain its multiplicative inverse.
    MIT