Skip to main content
Glama
index.ts460 B
/** * Tool Registry * * This module exports all available MCP tools and provides * a registry for tool discovery and execution. */ import { calculatorTool } from './calculator.js'; // Export all available tools export const tools = { calculator_add: calculatorTool, } as const; // Export individual tools export { calculatorTool } from './calculator.js'; // Tool registry for MCP server integration export const toolRegistry = Object.values(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/jakreymyers/mcp-boilerplate'

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