Skip to main content
Glama

kwrds.ai MCP Server

by mkotsollaris
__init__.py574 B
""" MCP (Model Context Protocol) Server Implementation for https://www.kwrds.ai ================================================== This package provides MCP server functionality for the kwrds.ai API. It exposes all API endpoints as MCP tools that can be used by AI assistants and other MCP-compatible clients. Features: - API key authentication - Comprehensive tool definitions - Error handling and validation - Standard MCP stdio protocol Read more about kwrds.ai at https://www.kwrds.ai """ from .stdio_server import KwrdsApiMCPServer __all__ = ['KwrdsApiMCPServer']

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/mkotsollaris/kwrds_ai_mcp'

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