Skip to main content
Glama

MCP Server Box

MIT License
82
  • Apple
  • Linux
test_box_auth.py432 B
import pytest from box_ai_agents_toolkit import authorize_app, get_oauth_client @pytest.mark.skip def test_box_authorize_app_tool(): try: authorize_app() except Exception as e: assert str(e) == "Box application not authorized yet." @pytest.mark.skip def test_box_auth_client(): try: get_oauth_client() except Exception as e: assert str(e) == "Box application not authorized yet."

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/box-community/mcp-server-box'

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