We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aditya002p/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•397 B
// Export the tool registry
export { toolRegistry, API_CONFIG } from "./config.js";
// Import all tools to register them
import "./webSearch.js";
import "./researchPaperSearch.js";
import "./twitterSearch.js";
import "./companyResearch.js";
import "./crawling.js";
import "./competitorFinder.js";
import "./linkedInSearch.js";
// When adding a new tool, import it here
// import "./newTool.js";