Skip to main content
Glama
goat.ts529 B
import { getOnChainTools } from "@goat-sdk/adapter-vercel-ai"; import { chromia, sendCHR } from "@goat-sdk/wallet-chromia"; import { setupChromia } from "./chromia.js"; export const setupGoatAI = async () => { const { chromiaClient, accountAddress, keystoreInteractor, connection } = await setupChromia(); const tools = await getOnChainTools({ wallet: chromia({ client: chromiaClient, accountAddress, keystoreInteractor, connection, }), plugins: [sendCHR()], }); return tools; };

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/chromindscan/chromia-mcp'

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