Skip to main content
Glama

PDF Redaction MCP Server

test_server.py•476 B
"""Simple test to verify the server loads correctly.""" import asyncio from redact_mcp import mcp async def main(): """Test server initialization and list tools.""" print(f"Server name: {mcp.name}") tools = await mcp.get_tools() print(f"\nNumber of tools: {len(tools)}") print("\nAvailable tools:") for tool_name, tool in tools.items(): print(f" - {tool_name}: {tool.description}") if __name__ == "__main__": asyncio.run(main())

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/marc-hanheide/redact_mcp'

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