Skip to main content
Glama

agentek-eth

by NaniDAO
tool-count.ts571 B
import { allTools } from "../packages/shared"; const tools = allTools({ perplexityApiKey: process.env.PERPLEXITY_API_KEY, zeroxApiKey: process.env.ZEROX_API_KEY, tallyApiKey: process.env.TALLY_API_KEY, coindeskApiKey: process.env.COINDESK_API_KEY, coinMarketCalApiKey: process.env.COINMARKETCAL_API_KEY, fireworksApiKey: process.env.FIREWORKS_API_KEY, pinataJWT: process.env.PINATA_JWT, }); const markdown = `## Tools (${tools.length} total) ### Available Tools ${tools.map((tool, i) => `${i + 1}. ${tool.name}`).join("\n")} `; console.log(markdown);

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/NaniDAO/agentek'

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