Skip to main content
Glama

Base Mini App Builder MCP Server

by Mr-Web3

generate_mini_app_code

Generate starter code for Base mini apps with MiniKit integration, supporting Next.js, vanilla, and React frameworks with customizable features like authentication and wallet connectivity.

Instructions

Generate starter code for a Base mini app with MiniKit integration.

Input Schema

NameRequiredDescriptionDefault
app_nameYesName of your app
app_typeYesType of mini app to generate
featuresNoFeatures to include

Input Schema (JSON Schema)

{ "properties": { "app_name": { "description": "Name of your app", "type": "string" }, "app_type": { "description": "Type of mini app to generate", "enum": [ "nextjs", "vanilla", "react" ], "type": "string" }, "features": { "description": "Features to include", "enum": [ "authentication", "wallet_connect", "transactions", "notifications", "sharing" ], "items": { "type": "string" }, "type": "array" } }, "required": [ "app_type", "app_name" ], "type": "object" }

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/Mr-Web3/BaseKit-MCP'

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