
Geo Agent Mcp
- 1 repo stars
- Updated February 28, 2026
- louislili/geo-agent-mcp
geo-agent-mcp is a MCP server that injects product knowledge and SEO landing pages into geo.yigather.com via a remote SSE endpoint.
About
io.github.louislili/geo-agent-mcp is a hosted Model Context Protocol server for the GEO Agent platform at geo.yigather.com. developers shipping SaaS or content products can connect an MCP client over SSE and use agent tools to upload structured product knowledge and generate SEO landing pages aimed at generative search and answer-engine visibility, not just traditional keyword pages. It maps to Launch → geo because the outcome is distribution through AI-mediated discovery channels after you have something to describe. You trade local control for a managed remote endpoint, which suits developers who already commit to the yigather GEO workflow rather than self-hosting a CMS. Intermediate complexity reflects dependency on the remote service, correct product narratives, and understanding how injected knowledge surfaces in GEO results. It complements SEO skills but is an integration into a specific GEO product.
- Remote MCP over SSE at https://geo.yigather.com/api/v1/mcp
- Injects product knowledge into the GEO Agent / yigather stack
- Creates or updates SEO landing pages via agent-driven workflows
- Version 1.1.0 in MCP registry manifest
- No local npm stdio package—hosted remote server model
Geo Agent Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse geo-agent-mcp https://geo.yigather.com/api/v1/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Transport | SSE |
| Auth | None |
| Last updated | February 28, 2026 |
| Repository | louislili/geo-agent-mcp ↗ |
What it does
Let your agent push product knowledge and SEO-oriented landing content into the geo.yigather.com GEO platform through a remote SSE MCP endpoint.
Who is it for?
Best when you already use or evaluating yigather GEO and want agent-driven knowledge and landing page updates.
Skip if: Skip if you need fully self-hosted SEO stacks, static sites only, or Launch work limited to classic Google Search Console workflows.
What you get
Your agent can publish and refresh product knowledge and SEO landing content on geo.yigather.com through MCP tools instead of one-off copy-paste updates.
- Product knowledge records synced into the GEO Agent platform
- SEO landing page content published or updated through MCP
- Agent workflows that repeat GEO content updates without manual CMS edits
By the numbers
- Remote SSE URL https://geo.yigather.com/api/v1/mcp
- Manifest version 1.1.0
- GitHub repository louislili/geo-agent-mcp
README.md
GEO Agent MCP Server
这是一套专为接管 GEO Agent(AI 搜索引擎优化平台)产品库和落地页体系而设计的官方 模型上下文协议(MCP)。
通过将此服务连接到您的 AI Agent(如 Cursor、Cline、Windsurf 或 Claude Desktop),您可以直接对话让大模型自动为您撰写 SEO 优化的着陆页,并智能注入到您的云端工作区。
🚀 一键安装与配置
由于本服务采用最新的 Remote SSE 架构,您无需在本地安装任何代码或 NPM 包。只需要在您的客户端配置中加入一个远程端点即可。
获取您的 API 密钥
- 登录 GEO Agent 控制台
- 在左侧菜单进入 Skills 页面,点击生成并获取您的专属
geo_sk_...密钥。
Cursor IDE 配置方法
- 打开 Cursor 设置 -> Features -> MCP
- 点击
+ Add New MCP Server - 选择 Type 为
SSE - Name 填入
geo-agent - URL 填入:
https://geo.yigather.com/api/v1/mcp - 在环境变量中添加鉴权头部:
- Key:
Authorization - Value:
Bearer geo_sk_xxxxx(替换为您的实际密钥)
- Key:
Cline (VS Code) / Claude Desktop 配置文件
在对应客户端的 mcp.json / claude_desktop_config.json 中添加以下节点:
{
"mcpServers": {
"geo-agent": {
"command": "node",
"args": ["-e", "console.error('Remote SSE servers are typically configured directly in the UI if supported (like Cursor/Windsurf). For CLI/file configs that do not yet support SSE natively, please refer to their specific SSE bridging documentation.')"],
"env": {}
}
}
}
(注:对于直接支持 SSE MCP URL 插入的客户端,直接配置 https://geo.yigather.com/api/v1/mcp 即可)
Recommended MCP Servers
How it compares
Hosted GEO platform MCP integration, not a generic static-site generator skill or local keyword research tool.
FAQ
Who is io.github.louislili/geo-agent-mcp for?
It is for product developers and marketers using AI agents who want to feed the geo.yigather.com GEO Agent with knowledge and SEO landing pages.
When should I use io.github.louislili/geo-agent-mcp?
Use it during Launch when you are optimizing for generative-engine visibility and want MCP-driven updates to product knowledge and landing content on yigather.
How do I add io.github.louislili/geo-agent-mcp to my agent?
Register the remote MCP server URL https://geo.yigather.com/api/v1/mcp with SSE transport in your MCP client, complete any yigather account or auth steps their console requires, then enable the GEO tools in your agent session.