Skip to main content
Glama

Base Mini App Builder MCP Server

by Mr-Web3

generate_mini_app_manifest

Generate a complete Base mini app manifest with all required fields including app name, description, category, and domain to streamline development workflow.

Instructions

Generate a complete Base mini app manifest with all required fields.

Input Schema

NameRequiredDescriptionDefault
app_nameYesName of your mini app (max 32 chars)
categoryYesPrimary category for the app
descriptionYesApp description (max 170 chars)
domainYesYour app domain (e.g., myapp.vercel.app)
tagsNoSearch tags (max 5, lowercase, no spaces)

Input Schema (JSON Schema)

{ "properties": { "app_name": { "description": "Name of your mini app (max 32 chars)", "type": "string" }, "category": { "description": "Primary category for the app", "enum": [ "games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity" ], "type": "string" }, "description": { "description": "App description (max 170 chars)", "type": "string" }, "domain": { "description": "Your app domain (e.g., myapp.vercel.app)", "type": "string" }, "tags": { "description": "Search tags (max 5, lowercase, no spaces)", "items": { "type": "string" }, "type": "array" } }, "required": [ "app_name", "description", "category", "domain" ], "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