Skip to main content
Glama
Gliana-Labs

gliana-mcp-remote

Official

gliana-mcp-remote

Hosted MCP server for GlianaAI — Streamable HTTP on Cloudflare Workers. Exposes the free discovery tools, and runs the free Indonesian data tools, so any MCP client can browse the catalog and get real answers with zero setup.

Connect to it: https://mcp.glianalabs.com/mcp — nothing to install.

Tool

Description

list_models

Every sellable model: id, category, provider, per-call price.

get_price

Exact cost of one call (input affects it).

get_schema

A model's input fields.

list_tools

Utility and Indonesian data tools, with prices.

run_free_tool

Runs the free data tools (wilayah, prayer times, NIK/NPWP checks, QRIS decode) — no wallet, no key.

how_to_generate

Install/config for the local server that does paid generation.

Counts are deliberately absent from this table: the catalog is served live at /v1/models and grows without a redeploy here, so any number written down goes stale silently. list_models is the answer to "how many".

Paid generation is intentionally not hosted here. A hosted server would have to receive your wallet private key — unsafe. Generation runs in the local gliana-ai-mcp npx server, where the key never leaves your machine. how_to_generate returns the install steps.

Endpoint

POST /mcp     # Streamable HTTP (recommended)
GET  /sse     # legacy SSE

Related MCP server: OpenRouter MCP Server

Develop

npm install
npm run dev          # wrangler dev — POST http://localhost:8787/mcp

Deploy

npx wrangler deploy

Prints the URL, e.g. https://gliana-mcp-remote.<subdomain>.workers.dev. The MCP endpoint is that URL + /mcp — use it when listing on Smithery / registries.

Config var GLIANA_API_URL (in wrangler.jsonc) points at the gateway; defaults to https://api.glianalabs.com.

MIT © Gliana Labs

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    An MCP server for discovering and querying over 300 AI models available on OpenRouter. It enables users to list, search, filter, compare, and get detailed information about models with pricing, context limits, and capabilities.
    5
    1
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for loading and exploring OpenAPI/Swagger specifications, enabling AI assistants to dynamically browse API contracts by loading specs, searching endpoints, inspecting schemas, and retrieving operations.
    26
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

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/Gliana-Labs/gliana-mcp-remote'

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