Skip to main content
Glama

actors-mcp-server

Official
by apify
MIT License
7,198
465
  • Apple
const.ts575 B
import { defaults } from '../src/const.js'; import { toolCategoriesEnabledByDefault } from '../src/tools/index.js'; import { actorNameToToolName } from '../src/tools/utils.js'; import { getExpectedToolNamesByCategories } from '../src/utils/tools.js'; export const ACTOR_PYTHON_EXAMPLE = 'apify/python-example'; export const ACTOR_MCP_SERVER_ACTOR_NAME = 'apify/actors-mcp-server'; export const DEFAULT_TOOL_NAMES = getExpectedToolNamesByCategories(toolCategoriesEnabledByDefault); export const DEFAULT_ACTOR_NAMES = defaults.actors.map((tool) => actorNameToToolName(tool));

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