Skip to main content
Glama

Notion API MCP Server

test_api_init.py305 B
"""Test API module initialization and exports.""" from notion_api_mcp.api import BlocksAPI, DatabasesAPI, PagesAPI def test_api_exports(): """Test that API classes are properly exported.""" # Simply verify we can import the classes assert BlocksAPI assert DatabasesAPI assert PagesAPI

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/pbohannon/notion-api-mcp'

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