Skip to main content
Glama
algorand-client.ts241 B
import algosdk from 'algosdk'; import { env } from './env.js'; // Initialize the Algod client with base URL export const algodClient = new algosdk.Algodv2( env.algorand_token || '', env.algorand_algod, env.algorand_algod_port || '' );

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/GoPlausible/tinyman-mcp'

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