Quicktype Mcp

Created By
AscEmon10 months ago
Overview

what is Quicktype MCP?

Quicktype MCP is a server designed to generate Dart models from JSON, simplifying the creation of type-safe Dart models for Flutter and Dart applications.

how to use Quicktype MCP?

To use Quicktype MCP, set up the server and connect to its API. You can send a JSON string to the generate_model endpoint to receive a Dart model in response.

key features of Quicktype MCP?

  • Specialized for Dart model generation
  • Automatic JSON validation and fixing
  • Generates null-safe Dart models
  • Handles complex nested JSON structures
  • Includes serialization/deserialization methods

use cases of Quicktype MCP?

  1. Generating Dart models for Flutter applications from JSON APIs.
  2. Validating and fixing JSON data before model generation.
  3. Simplifying the process of handling complex JSON structures in Dart.

FAQ from Quicktype MCP?

  • What is required to run Quicktype MCP?

You need Python 3.10 or higher and an internet connection to access the quicktype.io API.

  • How do I generate a model?

Use the generate_model endpoint with your JSON input and desired class name.

  • What if I encounter issues?

Ensure your JSON is valid and that you are using the correct Python version.

Server Config

{
  "mcpServers": {
    "quicktype-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/quicktype-mcp",
        "run",
        "main.py"
      ]
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
AscEmon
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

17 minutes ago