Skip to main content
Glama

actors-mcp-server

Official
by apify
MIT License
7,198
465
  • Apple
index-internals.ts1 kB
/* This file provides essential internal functions for Apify MCP servers, serving as an internal library. */ import { ApifyClient } from './apify-client.js'; import { defaults, HelperTools } from './const.js'; import { processParamsGetTools } from './mcp/utils.js'; import { addTool } from './tools/helpers.js'; import { defaultTools, getActorsAsTools, toolCategories, toolCategoriesEnabledByDefault } from './tools/index.js'; import { actorNameToToolName } from './tools/utils.js'; import type { ToolCategory } from './types.js'; import { getExpectedToolNamesByCategories, getToolPublicFieldOnly } from './utils/tools.js'; import { TTLLRUCache } from './utils/ttl-lru.js'; export { ApifyClient, getExpectedToolNamesByCategories, TTLLRUCache, actorNameToToolName, HelperTools, defaults, defaultTools, addTool, toolCategories, toolCategoriesEnabledByDefault, type ToolCategory, processParamsGetTools, getActorsAsTools, getToolPublicFieldOnly, };

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/apify/actors-mcp-server'

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