Skip to main content
Glama

LegalAIMCP Directory

Server Details

Search a curated directory of AI tools and MCP servers for law firms. Read-only, free, no auth.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching tools, listing categories, and getting detailed info for a specific tool. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: search_legal_ai_tools, list_legal_ai_categories, get_legal_ai_tool.

Tool Count5/5

Three tools are appropriate for a directory server, covering search, category browsing, and detail retrieval without unnecessary bloat.

Completeness4/5

The server covers the main directory functions (search, list categories, get details). A minor gap is the lack of a 'list all tools' function, but search can approximate that.

Available Tools

4 tools

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedrecommend_legal_ai_tools2 fields changed
      • addedOutput schema / properties / recommendations / items / properties / pricing_note
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "description": "Informational only, never affects rank: paid/contact tiers often bundle dedicated support that a free/freemium pick may not. Ties are broken by cost alone — this lets the requester weigh support separately."
        +}
      • changedOutput schema / properties / recommendations / items / required
        Previous value: -[
        -  "slug",
        -  "name",
        -  "tagline",
        -  "category",
        -  "category_label",
        -  "pricing_model",
        -  "pricing_details",
        -  "links_verified",
        -  "links_verified_at",
        -  "website",
        -  "repo",
        -  "install_command",
        -  "maker",
        -  "listing_url",
        -  "score",
        -  "matched_factors"
        -]New value: +[
        +  "slug",
        +  "name",
        +  "tagline",
        +  "category",
        +  "category_label",
        +  "pricing_model",
        +  "pricing_details",
        +  "links_verified",
        +  "links_verified_at",
        +  "website",
        +  "repo",
        +  "install_command",
        +  "maker",
        +  "listing_url",
        +  "score",
        +  "matched_factors",
        +  "pricing_note"
        +]
  2. 1 tool update
    • Addedrecommend_legal_ai_tools
  3. 3 tool updates
    • Changedget_legal_ai_tool2 fields changed
      • changedInput schema / properties / slug / description
        Previous value: -"Listing slug, e.g. \"harvey-ai\" — taken from a search result URL"New value: +"Listing slug, e.g. \"harvey-ai\" — taken from a search result"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "found": {
        +      "description": "False when no published listing has this slug",
        +      "type": "boolean"
        +    },
        +    "tool": {
        +      "additionalProperties": false,
        +      "description": "The listing, present when found is true",
        +      "properties": {
        +        "category": {
        +          "description": "Practice-area category slug",
        +          "type": "string"
        +        },
        +        "category_label": {
        +          "description": "Human-readable category name",
        +          "type": "string"
        +        },
        +        "description": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "Full listing description"
        +        },
        +        "install_command": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "MCP install command, if the tool ships an MCP server"
        +        },
        +        "links_verified": {
        +          "description": "True if an automated check confirmed every URL on this listing resolved, as of links_verified_at. An automated link check only — NOT an endorsement, security audit, or legal review.",
        +          "type": "boolean"
        +        },
        +        "links_verified_at": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "ISO date of the last passing link check; null = not confirmed (often just bot-blocking)"
        +        },
        +        "listing_url": {
        +          "description": "Canonical listing page on legalaimcp.com",
        +          "type": "string"
        +        },
        +        "maker": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "Creator or vendor name"
        +        },
        +        "name": {
        +          "description": "Tool name",
        +          "type": "string"
        +        },
        +        "pricing_details": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "Pricing notes, if any"
        +        },
        +        "pricing_model": {
        +          "description": "One of: free, freemium, paid, contact",
        +          "type": "string"
        +        },
        +        "repo": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "Source repository, if open source"
        +        },
        +        "slug": {
        +          "description": "Stable listing identifier — pass to get_legal_ai_tool",
        +          "type": "string"
        +        },
        +        "tagline": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "One-line summary"
        +        },
        +        "website": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "description": "Tool website"
        +        }
        +      },
        +      "required": [
        +        "slug",
        +        "name",
        +        "tagline",
        +        "category",
        +        "category_label",
        +        "pricing_model",
        +        "pricing_details",
        +        "links_verified",
        +        "links_verified_at",
        +        "website",
        +        "repo",
        +        "install_command",
        +        "maker",
        +        "listing_url",
        +        "description"
        +      ],
        +      "type": "object"
        +    }
        +  },
        +  "required": [
        +    "found"
        +  ],
        +  "type": "object"
        +}
    • Changedlist_legal_ai_categories1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "categories": {
        +      "description": "All practice-area categories",
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "count": {
        +            "description": "Published tools in this category",
        +            "type": "number"
        +          },
        +          "label": {
        +            "description": "Human-readable category name",
        +            "type": "string"
        +          },
        +          "slug": {
        +            "description": "Pass as `category` to search_legal_ai_tools",
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "slug",
        +          "label",
        +          "count"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "total": {
        +      "description": "Total published tools in the directory",
        +      "type": "number"
        +    }
        +  },
        +  "required": [
        +    "total",
        +    "categories"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_legal_ai_tools5 fields changed
      • changedInput schema / properties / category / description
        Previous value: -"Practice area filter"New value: +"Practice-area filter — get slugs from list_legal_ai_categories"
      • addedInput schema / properties / limit / description
        Added value: +"Maximum number of results to return (1–25, default 10)"
      • changedInput schema / properties / pricing / description
        Previous value: -"Pricing model filter"New value: +"Pricing-model filter: free, freemium, paid, or contact"
      • changedInput schema / properties / query / description
        Previous value: -"Free-text search over tool names and taglines, e.g. \"contract review\""New value: +"Free-text search over tool names, taglines, and descriptions, e.g. \"contract review\""
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "count": {
        +      "description": "Number of tools returned",
        +      "type": "number"
        +    },
        +    "tools": {
        +      "description": "Matching tools, link-verified listings first",
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "category": {
        +            "description": "Practice-area category slug",
        +            "type": "string"
        +          },
        +          "category_label": {
        +            "description": "Human-readable category name",
        +            "type": "string"
        +          },
        +          "install_command": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "MCP install command, if the tool ships an MCP server"
        +          },
        +          "links_verified": {
        +            "description": "True if an automated check confirmed every URL on this listing resolved, as of links_verified_at. An automated link check only — NOT an endorsement, security audit, or legal review.",
        +            "type": "boolean"
        +          },
        +          "links_verified_at": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "ISO date of the last passing link check; null = not confirmed (often just bot-blocking)"
        +          },
        +          "listing_url": {
        +            "description": "Canonical listing page on legalaimcp.com",
        +            "type": "string"
        +          },
        +          "maker": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "Creator or vendor name"
        +          },
        +          "name": {
        +            "description": "Tool name",
        +            "type": "string"
        +          },
        +          "pricing_details": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "Pricing notes, if any"
        +          },
        +          "pricing_model": {
        +            "description": "One of: free, freemium, paid, contact",
        +            "type": "string"
        +          },
        +          "repo": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "Source repository, if open source"
        +          },
        +          "slug": {
        +            "description": "Stable listing identifier — pass to get_legal_ai_tool",
        +            "type": "string"
        +          },
        +          "tagline": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "One-line summary"
        +          },
        +          "website": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ],
        +            "description": "Tool website"
        +          }
        +        },
        +        "required": [
        +          "slug",
        +          "name",
        +          "tagline",
        +          "category",
        +          "category_label",
        +          "pricing_model",
        +          "pricing_details",
        +          "links_verified",
        +          "links_verified_at",
        +          "website",
        +          "repo",
        +          "install_command",
        +          "maker",
        +          "listing_url"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "count",
        +    "tools"
        +  ],
        +  "type": "object"
        +}
  4. 3 tool updates
    • First observedget_legal_ai_tool
    • First observedlist_legal_ai_categories
    • First observedsearch_legal_ai_tools

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    A read-only MCP server that enables AI clients to search a knowledge base and retrieve complete source documents via narrow search and fetch tools.
    2
    -
  • A
    license
    A
    quality
    F
    maintenance
    MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills from the A2ASearch directory. Ask Claude: "Find MCP servers for database access".
    3
    55
    21
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources