Skip to main content
Glama

FlyonUI MCP Server

get-block-content

Retrieve code block content from authenticated URLs using the FlyonUI MCP Server. Simplify fetching specific block data for integration into projects or frameworks like React, Next.js, Vue, or Svelte.

Instructions

Fetch the content of a block from a given URL. Use this tool to retrieve the code block content from the authenticated URL.

Input Schema

NameRequiredDescriptionDefault
endpointYes
typeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "type": "string" }, "type": { "type": "string" } }, "required": [ "endpoint", "type" ], "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/themeselection/flyonui-mcp'

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