Skip to main content
Glama
aol-integration

accurate-schema-mcp

Related Servers

Alternatives to accurate-schema-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      C
      quality
      C
      maintenance
      MCP server that fetches API responses and generates ready-to-use model/POJO classes in your configured language, with built-in login/refresh token handling.
      3
      -
    • A
      license
      C
      quality
      B
      maintenance
      Codex-safe MCP server for MYOB Business/AccountRight cloud. Provides read-only tools by default and mutating actions that require explicit approval before commit.
      63
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Hosted MCP server for Exact Online. Ask questions, pull reports, and prepare bookings you approve first.
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      MCP server for Microsoft Dataverse API with safe-by-default configuration. Works with any Dataverse / Dynamics 365 environment.
      23
      26 npm
      7
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables MCP clients to interact with Exact Synergy Enterprise and Exact Globe+ installations, discovering entities and public actions from the OData metadata and safely performing validated reads (with optional allowlisted mutations).
      8
      26 npm
      MIT

    TDQS

    A4.2/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool targets a distinct phase: list_resources for discovery, schema_lookup for metadata, generic_call for execution, and refresh_host for a specific maintenance edge case. There is no meaningful overlap; an agent can easily pick the right tool based on intent.

    Naming Consistency4/5

    All names use consistent snake_case, which is a strong pattern. However, schema_lookup and generic_call are noun/adj+noun rather than the verb_noun pattern seen in list_resources and refresh_host, a minor deviation from an otherwise predictable convention.

    Tool Count5/5

    Four tools is well-scoped for a generic API gateway: discovery, schema, execution, and host refresh. Each tool earns its place, and no unnecessary tools bloat the surface.

    Completeness4/5

    The surface covers discovery, metadata lookup, and execution for any endpoint, enabling full CRUD via generic_call. Minor gaps exist, such as no explicit pagination or batch helper, but these can be handled through generic_call parameters.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues