Skip to main content
Glama

Base Mini App Builder MCP Server

by Mr-Web3

generate_embed_metadata

Generate social media embed metadata for Base mini apps to improve sharing visibility and engagement across platforms.

Instructions

Generate embed metadata for social sharing of your mini app.

Input Schema

NameRequiredDescriptionDefault
app_nameYesName of your app
app_urlYesURL of your app
button_textNoButton text (max 32 chars)
image_urlNoPreview image URL (3:2 aspect ratio)

Input Schema (JSON Schema)

{ "properties": { "app_name": { "description": "Name of your app", "type": "string" }, "app_url": { "description": "URL of your app", "type": "string" }, "button_text": { "description": "Button text (max 32 chars)", "type": "string" }, "image_url": { "description": "Preview image URL (3:2 aspect ratio)", "type": "string" } }, "required": [ "app_name", "app_url" ], "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