Skip to main content
Glama

Base Mini App Builder MCP Server

by Mr-Web3

get_base_deployment_guide

Generate step-by-step deployment guides for Base mini apps on platforms like Vercel, Netlify, or custom setups, including domain configuration instructions.

Instructions

Get step-by-step deployment guide for Base mini apps.

Input Schema

NameRequiredDescriptionDefault
has_domainNoWhether you have a custom domain
platformYesDeployment platform

Input Schema (JSON Schema)

{ "properties": { "has_domain": { "description": "Whether you have a custom domain", "type": "boolean" }, "platform": { "description": "Deployment platform", "enum": [ "vercel", "netlify", "custom" ], "type": "string" } }, "required": [ "platform" ], "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