GlianaAI MCP Server
OfficialAllows payment settlement via Solana using USDC for generative AI calls.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GlianaAI MCP Serverlist all available models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GlianaAI MCP server
Pay-per-call generative AI for any MCP client (Claude Desktop, Cursor, …). 90+ models — image, video, video editing, music, speech, LLM chat — plus utility and data tools, with no signup and no API key. Paid calls settle per call from your own wallet over MPP / x402.
Browse + price everything for free (
list_models,get_price,get_schema,list_tools).generateruns a model and settles the gateway's 402 from your wallet (USDC on Base). Your private key is read from the client config and never leaves your machine — non-custodial, same model as ai.glianalabs.com.
Tools
Tool | Paid? | Description |
| free | Every model: id, category, provider, per-call price. |
| free | Exact cost of one call (input affects it — video duration, TTS length). |
| free | A model's input fields (required, defaults). |
| paid | Run a model → media URL, or assistant text for chat models. |
| free | Every utility tool: price, HTTP method, example input, guidance. |
| mostly paid | Run one utility tool — scraping, screenshots, social cards, OCR, structured extraction, market data, chain RPC, reference data. |
| paid | Run a multi-model pipeline in one call (e.g. text→image→video). |
list_tools reads the gateway live, so it is never out of date — which is why this
table doesn't enumerate the utility tools. A written-down list goes stale the moment
a new endpoint ships, and this one had.
Some utility tools are free and need no wallet at all (list_tools reports them
at priceMicroUsd: 0) — currently the Indonesian reference endpoints: official
region data, prayer times, and NIK verification.
File inputs
Models that take a source file (image-to-video, video-to-video, transcription) accept
a public URL in their file field (e.g. image, video_uri). Have a local file?
Upload it first — no key, no payment:
curl -X POST https://api.glianalabs.com/v1/media \
-H "content-type: video/mp4" --data-binary @clip.mp4
# → { "url": "https://api.glianalabs.com/v1/media/<id>.mp4" }Pass the returned url into the model field. Max 40 MB; video / image / audio only.
Related MCP server: thebuyside-x402-agent
Install
Add to your MCP client config.
Claude Desktop (claude_desktop_config.json) / Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"gliana-ai": {
"command": "npx",
"args": ["-y", "gliana-ai-mcp"],
"env": {
"GLIANA_WALLET_KEY": "0xYOUR_EVM_PRIVATE_KEY"
}
}
}
}Payment rails
generate settles the gateway's 402 from your wallet. Pick a rail and set its key:
Rail | Env var | Wallet needs |
base (default) |
| USDC on Base — gasless EIP-3009 signature |
tempo |
| USDC on Tempo |
solana |
| USDC on Solana |
GLIANA_RAIL—base|tempo|solana. Optional; defaults tobase(orsolanaif only a Solana key is set). The wallet must hold USDC on that chain.GLIANA_API_URL— optional, defaults tohttps://api.glianalabs.com.
Keys are needed only for paid calls. The discovery tools — and the free utility
tools list_tools reports at priceMicroUsd: 0 — work without any wallet.
Restart the client. Ask it to "list GlianaAI models" or "generate an image of a red fox with nano-banana-2".
Funding
Fund the wallet with a few dollars of USDC on your chosen chain (Base, Tempo, or
Solana). You pay only the per-call price (see get_price); there's no
subscription and no balance held by us.
Use a dedicated low-balance wallet for agents. Never paste your main wallet's key into any config.
Links
Website: https://ai.glianalabs.com
API docs: https://ai.glianalabs.com/docs
MIT © Gliana Labs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenancePay per MCP tool call in USDC on Base. Non-custodial settlement, no admin keys, 30 bps fee.Last updatedMIT- AlicenseAqualityAmaintenanceThe MCP gateway that lets any AI agent discover and pay metered APIs on Base or Solana — without the user wiring payments themselves.Last updated3401Apache 2.0
- Alicense-qualityCmaintenanceEnables AI agents to access paid tools like crypto prices, weather, translation, and web intelligence via per-request USDC payments on Base, with no API keys or subscriptions.Last updated67MIT
- Flicense-qualityCmaintenanceKeyless, pay-per-call AI gateway: 248 LLMs plus image/video/voice/music generation and live crypto, DeFi, markets, web-search and research tools through one MCP server. Pay per call in USDC via x402 on Base/Solana — no API key, no signup, free tier.Last updated
Related MCP Connectors
400+ pay-per-call tools + 100 skill packs. USDC + USDG on 10 chains, or free via PoW.
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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'
If you have feedback or need assistance with the MCP directory API, please join our Discord server