Skip to main content
Glama

Extend AI Toolkit MCP Server

Official
__init__.py908 B
from . import functions from .agent_toolkit import AgentToolkit from .api import ExtendAPI from .auth import ( Authorization, build_basic_auth, create_client_with_auth, create_extend_client, get_basic_auth_class, supports_authorization, ) from .configuration import Configuration, Product, Scope, Actions, validate_tool_spec from .enums import ExtendAPITools, Agent, Action from .interfaces import AgentToolInterface from .tools import Tool, tools __all__ = [ "Agent", "AgentToolInterface", "Configuration", "AgentToolkit", "ExtendAPI", "ExtendAPITools", "Authorization", "Tool", "Product", "Scope", "Action", "Actions", "tools", "functions", "validate_tool_spec", "helpers", "create_extend_client", "create_client_with_auth", "supports_authorization", "build_basic_auth", "get_basic_auth_class", ]

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/paywithextend/extend-ai-toolkit'

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