Revinho MCP server
OfficialRevinho 让 AI 代理对 Revinho 工作空间中的商业智能数据拥有只读访问。它通过整合 Google Analytics 4、Stripe 以及可选的 Google Search Console,回答哪些指标发生了变化、什么更重要、什么在赚钱、哪些环节表现不佳,以及下一步该聚焦哪里。
此库是 Recome's hosted MCP server 的公开发现、连接和支持门户。生产服务器由 Ro come 运营,并非由本仓库部署。
MCP 端点:
https://www.revinho.com/api/mcp传输协议:Streamable HTTP
身份验证:工作区范围的 bearer token(指定工作区封装令牌)
注册表元数据:
server.json
可用工具
服务器提供六个聚焦的工具:
工具 | 用途 |
| 核心业绩、时间周期对比、趋势、获取背景、数据新鲜度和确定性信号 |
| 渠道、来源、活动、国家区、自然收集和获客细分 |
| 已保存的 GA4 旅程和逐步漏斗表现 |
| 页面流量、关键事件、转化、搜索需求、分类和相关影响 |
| 以 Stripe 来源的收入、MRR、订阅、客户、退款、计划和币种信息 |
| 附有事实依据和相关来源的确定性机会排名 |
支持 MCP prompts 的客户端还可以调用 investigate_business。它引导代理有边界、以事实为依据,并在现有事实足以对照问题时终止。
每个工具都是只读的、非破坏性的、幂等且基于封闭数据集(closed-world)的。
Related MCP server: Google Analytics MCP Server
连接
登录 Revinho,打开 Setup your agent。
创建指定名称的工作区令牌。令牌以
rv_live_开头且仅显示一次。将托管端点和令牌添加到兼容 MCP 的客户端。
通用配置:
{
"mcpServers": {
"revinho": {
"type": "streamable-http",
"url": "https://www.revinho.com/api/mcp",
"headers": {
"Authorization": "Bearer rv_live_REPLACE_WITH_YOUR_TOKEN"
}
}
}
}不同客户端的配置格式不同。如果支持,请在客户端中使用 secret 或环境变量机制。不要将令牌提交到仓库。
示例问题
过去 30 天的业务数据出了什么变化?
哪个获取渠道值得优先关注?
MRR 的增长是否与流量或转化变化同时出现?
购买漏斗中哪一环损失用户最多?
哪些页面带来了需求但商业表现不佳?
现在确定性最高的机会是什么?
证据边界
使用 Revinho 的代理应遵循以下产品规则:
Stripe 是收入数据的权威事实源。
关联到获取或行为的收入,其
verified、modeled或associateed的属性标记会被保留。对非确定性的关系和机制,描述为“一致”或“相关”。
数据源字段的 time 决定数据的新鲜度,而非响应生成时间。
不将缺失或不完整数据静默视为零。
机会来源于确定规则和存储证据。
令牌安全
Revinho API 令牌是只读的、工作区范围的,以加密哈希存储,并支持撤销。
为每个不同 Number 或环境单独生成令牌。
将令牌保管在“key”安全存储或私有客户端配置中。
绝不要将令牌放在 URL、提示词(prompt)、日志,Issue 或仓库中。
如果令牌可能泄漏,请立即撤销。
安全问题,请见 SECURITY.md。
支持
需要产品和连接协助:please contact supported@revinho.com
安全报告:security@revinho.com
仓库问题:公开、非敏感的文档或兼容性问题请使用 GitHub Issues
许可证
该仓库中的文档和元数据以 MIT 许可证授权,许可内容见 LICENSE。Revinho 的说明中提及的托管服务、产品代码、名称和品牌资产不包含在该许可证授权范围内。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered analytics from Stripe, PayPal, and Google Analytics 4 (BigQuery) data sources with built-in guardrails and automated workflows for financial and web performance insights.
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Google Analytics 4 data, providing tools for historical reporting, real-time activity monitoring, and property management. It supports secure service account authentication to access metrics like traffic summaries, user acquisition, and custom dimensions.MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to query Google Analytics accounts, properties, and run reports using natural language through the Admin and Data APIs.61Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query Google Analytics 4 data, including listing accounts and properties, running historical and real-time reports with customizable metrics and dimensions.
Related MCP Connectors
Revenue-first analytics installed and verified by AI agents through Talivia
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RevinhoHQ/revinho-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server