Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Avrotize
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Avrotize

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Schema conversion and schema-driven code generation MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "avrotize": {
      "command": "npx",
      "args": [
        "-y",
        "avrotize"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Avrotize & Structurize

mcp-name: io.github.clemensv/avrotize

PyPI version Python Versions Build Status License: MIT Downloads

πŸ“š Documentation & Examples | 🎨 Conversion Gallery

Avrotize is a "Rosetta Stone" for data structure definitions, allowing you to convert between numerous data and database schema formats and to generate code for different programming languages.

It is, for instance, a well-documented and predictable converter and code generator for data structures originally defined in JSON Schema (of arbitrary complexity).

The tool leans on the Apache Avro-derived Avrotize Schema as its schema model.

  • Programming languages: Python, C#, Java, TypeScript, JavaScript, Rust, Go, C++
  • SQL Databases: MySQL, MariaDB, PostgreSQL, SQL Server, Oracle, SQLite, BigQuery, Snowflake, Redshift, DB2
  • Other databases: KQL/Kusto, SurrealDB, MongoDB, Cassandra, Redis, Elasticsearch, DynamoDB, CosmosDB
  • Data schema formats: Avro, JSON Schema, JSON Structure, XML Schema (XSD), Protocol Buffers 2 and 3, ASN.1, Apache Parquet, JSON Type Definition (JTD), CDDL, CUE, FlatBuffers, Apache Thrift IDL, Smithy IDL, Cap'n Proto, RAML 1.0 Data Types, and OpenAPI 3.x

Installation

You can install Avrotize from PyPI, having installed Python 3.10 or later:

Terminal
pip install avrotize

For MCP server support (avrotize mcp), install with the MCP extra:

Terminal
pip install "avrotize[mcp]"

For SQL database support (sql2a command), install the optional database drivers:

bash
# PostgreSQL
pip install avrotize[postgres]

# MySQL
pip install avrotize[mysql]

# SQL Server
pip install avrotize[sqlserver]

# All SQL databases
pip install avrotize[all-sql]

Usage

Avrotize provides several commands for converting schema formats via Avrotize Schema.

Converting to Avrotize Schema:

  • avrotize s2a - Convert JSON Structure to Avrotize Schema.
  • avrotize j2a - Convert JSON schema to Avrotize Schema.
  • avrotize p2a - Convert Protobuf (2 or 3) schema to Avrotize Schema.
  • avrotize x2a - Convert XML schema to Avrotize Schema.
  • avrotize asn2a - Convert ASN.1 to Avrotize Schema.
  • avrotize jtd2a - Convert JSON Type Definition (JTD) to Avrotize Schema.
  • avrotize cue2a - Convert a supported CUE schema subset to Avrotize Schema.
  • avrotize fbs2a - Convert FlatBuffers schema to Avrotize Schema.
  • avrotize thrift2a - Convert Apache Thrift IDL to Avrotize Schema.
  • avrotize smithy2a - Convert Smithy 2.0 IDL data shapes to Avrotize Schema.
  • avrotize capnp2a - Convert Cap'n Proto schema to Avrotize Schema.
  • avrotize raml2a - Convert RAML 1.0 Data Types to Avrotize Schema.
  • avrotize kstruct2a - Convert Kafka Connect Schema to Avrotize Schema.
  • avrotize sql2a - Convert SQL database schema to Avrotize Schema.
  • avrotize k2a - Convert Kusto table definitions to Avrotize Schema.
  • avrotize surreal2a - Convert SurrealQL schema definitions to Avrotize Schema.
  • avrotize pq2a - Convert Parquet schema to Avrotize Schema.
  • avrotize csv2a - Convert CSV file to Avrotize Schema.

Converting from Avrotize Schema:

  • avrotize a2s - Convert Avrotize Schema to JSON Structure.
  • avrotize a2j - Convert Avrotize Schema to JSON schema.
  • avrotize a2p - Convert Avrotize Schema to Protobuf 3 schema.
  • avrotize a2x - Convert Avrotize Schema to XML schema.
  • avrotize a2asn - Convert Avrotize Schema to ASN.1 schema.
  • avrotize a2jtd - Convert Avrotize Schema to JSON Type Definition (JTD).
  • avrotize a2cue - Convert Avrotize Schema to the supported CUE schema subset.
  • avrotize a2fbs - Convert Avrotize Schema to FlatBuffers schema.
  • avrotize a2thrift - Convert Avrotize Schema to Apache Thrift IDL.
  • avrotize a2smithy - Convert Avrotize Schema to Smithy 2.0 IDL data shapes.
  • avrotize a2capnp - Convert Avrotize Schema to Cap'n Proto schema.
  • avrotize a2raml - Convert Avrotize Schema to RAML 1.0 Data Types.
  • avrotize a2sql - Convert Avrotize Schema to SQL table definition.
  • avrotize a2k - Convert Avrotize Schema to Kusto table definition.
  • avrotize a2tsml - Convert Avrotize Schema to Tabular Model Scripting Language (TMSL).
  • avrotize a2surreal - Convert Avrotize Schema to SurrealQL schema definitions.
  • avrotize a2pq - Convert Avrotize Schema to Parquet or Iceberg schema.
  • avrotize a2ib - Convert Avrotize Schema to Iceberg schema.
  • avrotize a2mongo - Convert Avrotize Schema to MongoDB schema.
  • avrotize a2cassandra - Convert Avrotize Schema to Cassandra schema.
  • avrotize a2es - Convert Avrotize Schema to Elasticsearch schema.
  • avrotize a2dynamodb - Convert Avrotize Schema to DynamoDB schema.
  • avrotize a2cosmos - Convert Avrotize Schema to CosmosDB schema.
  • avrotize a2couchdb - Convert Avrotize Schema to CouchDB schema.
  • avrotize a2firebase - Convert Avrotize Schema to Firebase schema.
  • avrotize a2hbase - Convert Avrotize Schema to HBase schema.
  • avrotize a2neo4j - Convert Avrotize Schema to Neo4j schema.
  • avrotize a2dp - Convert Avrotize Schema to Datapackage schema.
  • avrotize a2csv - Convert Avrotize schema to CSV schema.
  • avrotize a2graphql - Convert Avrotize schema to GraphQL schema.
  • avrotize a2md - Convert Avrotize Schema to Markdown documentation.

Converting to and from JSON Structure:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Microsoft Learn MCP logoMicrosoft Learn MCP

    Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

    πŸ’» Developer Tools0 views
    Compare vs Microsoft Learn MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Avrotize

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "avrotize": { "command": "npx", "args": ["-y", "Avrotize"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAvrotize AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/avrotize?style=directory)](https://allmcps.com/mcp/avrotize)
HTML Embed
<a href="https://allmcps.com/mcp/avrotize"><img src="https://allmcps.com/api/badge/avrotize?style=directory" alt="Avrotize on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Avrotize β†’Install in Claude DesktopInstall in CursorInstall in VS Code