Skip to main content
Glama
index.ts827 B
import { ToolFactory } from '../types.js'; // Search tools import searchDocs from './search/searchDocs.js'; // Identity tools import createBuyer from './identities/createBuyer.js'; import createSeller from './identities/createSeller.js'; import listBuyers from './identities/listBuyers.js'; import listSellers from './identities/listSellers.js'; // Payment Link tools import createPaymentLink from './payment-links/createPaymentLink.js'; export const allTools: ToolFactory[] = [ // Search & Documentation searchDocs, // Identities (Buyers/Sellers) createBuyer, createSeller, listBuyers, listSellers, // Payment Links createPaymentLink, ]; export { // Search searchDocs, // Identities createBuyer, createSeller, listBuyers, listSellers, // Payment Links createPaymentLink, };

Implementation Reference

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/bquigley1/finix-mcp'

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