Server data from the Official MCP Registry
Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.
Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.
GlianaAI MCP server is a well-designed pay-per-call generative AI tool with solid security practices. Private keys are properly handled via environment variables and never hardcoded; they remain in-process and are used only for signing, not transmission. The server correctly implements per-call payment via MPP/x402 standards with three blockchain rails (Base, Tempo, Solana). Minor quality improvements exist around input validation and error handling, but no authentication or authorization vulnerabilities were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GLIANA_WALLET_KEY
Environment variable: GLIANA_SOLANA_KEY
Environment variable: GLIANA_RAIL
Environment variable: GLIANA_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gliana-labs-gliana-ai-mcp": {
"env": {
"GLIANA_RAIL": "your-gliana-rail-here",
"GLIANA_API_URL": "your-gliana-api-url-here",
"GLIANA_SOLANA_KEY": "your-gliana-solana-key-here",
"GLIANA_WALLET_KEY": "your-gliana-wallet-key-here"
},
"args": [
"-y",
"gliana-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Pay-per-call generative AI for any MCP client (Claude Desktop, Cursor, …).
59 models — image, video, music, speech — with no signup and no API key.
Each generate is paid per call from your own wallet over MPP / x402.
list_models, get_price, get_schema).generate runs 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.| Tool | Paid? | Description |
|---|---|---|
list_models | free | Every model: id, category, provider, per-call price. |
get_price | free | Exact cost of one call (input affects it — video duration, TTS length). |
get_schema | free | A model's input fields (required, defaults). |
generate | paid | Run a model → media URL. Pays from your wallet. |
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"
}
}
}
}
generate settles the gateway's 402 from your wallet. Pick a rail and set its key:
| Rail | Env var | Wallet needs |
|---|---|---|
| base (default) | GLIANA_WALLET_KEY (0x EVM key) | USDC on Base — gasless EIP-3009 signature |
| tempo | GLIANA_WALLET_KEY (same 0x key) | USDC on Tempo |
| solana | GLIANA_SOLANA_KEY (base58 or JSON-array secret key) | USDC on Solana |
GLIANA_RAIL — base | tempo | solana. Optional; defaults to base (or
solana if only a Solana key is set). The wallet must hold USDC on that chain.GLIANA_API_URL — optional, defaults to https://api.glianalabs.com.Keys are needed only for generate; the discovery tools work without any.
Restart the client. Ask it to "list GlianaAI models" or "generate an image of a red fox with nano-banana-2".
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.
MIT © Gliana Labs
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.