PlainSignal MCP Server
@plainsignal
关于 PlainSignal MCP Server
PlainSignal Official MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"plainsignal-mcp": {
"command": "npx",
"args": [
"plainsignal-mcp",
"--token",
"<your_access_token>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PlainSignal MCP Server?
PlainSignal MCP Server is a Model Context Protocol (MCP) server implementation that provides tools for retrieving analytics reports and metrics from PlainSignal analytics data. It is intended for developers who want to integrate PlainSignal analytics into MCP-compatible applications, such as Claude Desktop.
How to use PlainSignal MCP Server?
Install the package from npm (@plainsignal/plainsignal-mcp) or build from source. Run the server with a PlainSignal access token via the --token command-line option or the PLAINSIGNAL_TOKEN environment variable. Optionally set a custom API base URL with --api-base-url or API_BASE_URL. For Claude Desktop, add a configuration snippet to claude_desktop_config.json.
Key features of PlainSignal MCP Server
- Retrieves analytics reports via the
getReporttool - Retrieves detailed metrics via the
getSubReporttool - Supports filtering and pagination for sub-reports
- Configurable API base URL and authentication token
- Communicates over STDIO using the MCP SDK
- Works with Node.js 14+ and ES modules
Use cases of PlainSignal MCP Server
- Query analytics reports for a domain over a custom time period
- Drill down into sub-metrics like page or entry page performance
- Integrate PlainSignal data into AI assistants like Claude Desktop
- Automate analytics retrieval with MCP-compatible clients
FAQ from PlainSignal MCP Server
How do I authenticate with the PlainSignal API?
Provide a PlainSignal access token via the --token command-line flag or set the PLAINSIGNAL_TOKEN environment variable.
What are the system requirements?
Node.js version 14 or later that supports ES modules. The server is published as an npm package and runs locally.
How can I customize the API base URL?
Use the --api-base-url option, set the API_BASE_URL environment variable, or pass a URL to the server constructor programmatically. The default is https://app.plainsignal.com/api/v1.
What tools does the server provide?
Two tools: getReport (retrieves an analytics report for a given domain and period) and getSubReport (retrieves detailed metrics for a specific aspect, with optional pagination and filters).
Can I use the server programmatically?
Yes. You can instantiate the PlainSignalStdioServer class with a token and optional API base URL, and run it as a child process or integrate it into your own MCP client.
Are there example clients available?
Yes. The repository includes an example client that demonstrates connecting, listing tools, and calling getReport, as well as a resources example client.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论