Skip to main content
Glama
519,382 tools. Updated 2026-09-06 07:28

"Matrix" matching MCP tools:

  • Compute matrix operations—determinant, inverse, eigenvalues, transpose, rank, trace—by supplying rows as JSON and selecting an operation.
    Apache 2.0
  • Construct an m x n matrix with optional list of entries for mathematical computations.
    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
  • Perform matrix operations including multiplication, addition, subtraction, inversion, transpose, determinant, eigenvalues, and more using 2D number arrays.
    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).
    ConnectorNo auth
  • Compute a travel time/distance matrix between origins (rows) and destinations (columns). Costing "auto", "truck" (with optional `truck` profile as in `route`), "bicycle", "pedestrian" or "motor_scooter". Returns durations_s[i][j] in seconds and distances_m[i][j] in metres; null cells are unreachable pairs. Up to 10,000 cells per call (origins × destinations). Optional `exclude_polygons` for before/after scenarios ("close this bridge and recompute the matrix"): an array of polygons, each an array of [lon, lat] pairs forming one ring — longitude FIRST — whose intersecting roads are excluded from every cell's path finding. Applies to the Valhalla engine; unsupported on the GraphHopper engine, where it is ignored.
    ConnectorNo auth

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    A local, project-scoped requirement management MCP server that enables AI agents to manage tasks and requirements via SQLite.
    18
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Standalone Matrix MCPL server that connects Matrix rooms and DMs to an MCPL host as a first-class channel surface, enabling real-time messaging, threads, typing indicators, attachments, and rollback via MCPL tools.
    MIT

Matching MCP Connectors

  • Project management, CRM, time tracking and project economy for consulting and engineering firms

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

  • Generate copy-paste MCP install snippets for 29 clients at once, encoding per-client config keys and deeplinks so any server wires in without hunting docs.
    MIT
  • Compute Pearson or Spearman correlation matrices for multiple assets, with eigenvalue decomposition to analyze explained variance and principal components.
    MIT
  • 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)
    ConnectorNo auth