Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-create

Create and manage apps on the Ethora platform by specifying a display name, enabling streamlined integration and user-centric application development.

Instructions

Create a new app for the logged-in user.

Input Schema

NameRequiredDescriptionDefault
displayNameYesdisplay name for app

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "displayName": { "description": "display name for app", "type": "string" } }, "required": [ "displayName" ], "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/dappros/ethora-mcp-server'

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