Skip to main content
Glama

ablaut-mcp

An MCP server that lets AI agents conjugate verbs in 14 European languages. Each tool call is one request to the hosted ablaut API, where the engine runs as native Rust: no local build, sub-millisecond compute. Set ABLAUT_API_URL to point at another instance.

The API is in early access and requires a key, passed via the ABLAUT_API_KEY environment variable. Request one at ablaut.dev (the API dialog).

Try the engine in the browser at ablaut.dev; full API and response-shape reference at ablaut.dev/api.

Setup

Claude Code:

claude mcp add ablaut -- npx -y @v4nn4/ablaut-mcp

Claude Desktop, Cursor, or any other MCP client:

{
  "mcpServers": {
    "ablaut": {
      "command": "npx",
      "args": ["-y", "@v4nn4/ablaut-mcp"]
    }
  }
}

Related MCP server: APIClaw

Tools

  • conjugate (verb, language): the full conjugation table for an infinitive, covering every simple and composed tense of the language's written standard. Language codes are ISO 639-1 (fr), ISO 639-3 (fra), or English names (French), case-insensitive.

  • list_languages: supported languages and their maturity status.

Languages

German, French, Spanish, Portuguese, Italian, Romanian, Swedish, English, Danish, Czech, Slovenian, Estonian, Finnish, and Irish. Every language is validated against two independent gold lexicons; see the ablaut repository for per-language accuracy and adjudication logs.

Hosted API

We are building a hosted conjugation API (REST and remote MCP): sub-millisecond responses, one endpoint for all languages. Interested? Tell us at ablaut.dev.

License

MIT OR Apache-2.0.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    The API layer for AI agents. World's biggest API index with 22,000+ APIs and growing. Agents discover and call APIs at runtime with semantic search, structured metadata, and 18 Direct Call APIs including AI providers.
    19
    302
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Persistent memory API for AI agents — store, recall, and inject semantically-searchable context across sessions. EU-hosted, GDPR-compliant. Supports Claude, Cursor, Cline, and any MCP-compatible client.
    4
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.

  • 16 AI-native tools with dual SSE + streamable-http transport. Free tier available.

  • Live & historical FX rates for AI agents, from European Central Bank data. No API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ablaut-dev/ablaut-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server