We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xunxiing/astrbotmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•370 B
"""
AstrBot MCP server package.
This package exposes a FastMCP-based MCP server that talks to an
existing AstrBot HTTP API instance to provide tools for:
- Reading AstrBot logs
- Listing configured message platforms
- Sending message chains (including files) via the web chat API
- Restarting AstrBot core
- Reading platform session message history
"""
__all__ = []