{ "name": "gliana-ai-mcp", "version": "0.5.3", "description": "MCP server for GlianaAI — pay-per-call AI models, live market data, SEC filings and identity APIs. 90+ generative models (image, video, music, speech, LLM chat) plus crypto and FX rates, DEX liquidity, DeFi TVL, gas, US company fundamentals, SEC filings and insider trades, web search, OCR and face matching. No signup, no API key; each call settles as a USDC micropayment from your own wallet.", "type": "module", "bin": { "gliana-ai-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@solana/kit": "^6.9.0", "@solana/mpp": "^0.6.0", "bs58": "^6.0.0", "mppx": "^0.6.31", "viem": "^2.21.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.5.0", "@x402/evm": "^2.15.0", "@x402/fetch": "^2.15.0", "@x402/svm": "^2.15.0", "typescript": "^5.6.0" }, "keywords": [ "mcp", "model-context-protocol", "ai", "image-generation", "video-generation", "text-to-speech", "music-generation", "x402", "mpp", "pay-per-call", "gliana", "sec-edgar", "stock-market", "financial-data" ], "author": "PT Glianalabs Algoritma Desentralisasi (https://glianalabs.com)", "license": "MIT", "homepage": "https://ai.glianalabs.com", "repository": { "type": "git", "url": "git+https://github.com/Gliana-Labs/gliana-mcp.git" }, "mcpName": "io.github.Gliana-Labs/gliana-ai-mcp" }