Skip to main content
Glama

WebSearch MCP Server

by Howe829
wechat.py371 B
from providers.base import BaseWebSearchProvider class WechatSearch(BaseWebSearchProvider): """ https://weixin.sogou.com """ def _get_url(self): return "https://weixin.sogou.com/weixin" def _get_params(self, query: str, **kwargs) -> dict: params = {"query": query, "type": 2} return params wechat_search = WechatSearch()

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/Howe829/websearch-mcp-server'

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