GEO Agent Server. Injects product knowledge and SEO landing pages into geo.yigather.com.
claude mcp add geo-agent-mcp --transport sse https://geo.yigather.com/api/v1/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"geo-agent-mcp": {
"url": "https://geo.yigather.com/api/v1/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"geo-agent-mcp": {
"serverUrl": "https://geo.yigather.com/api/v1/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"geo-agent-mcp": {
"type": "sse",
"url": "https://geo.yigather.com/api/v1/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"geo-agent-mcp": {
"url": "https://geo.yigather.com/api/v1/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"geo-agent-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://geo.yigather.com/api/v1/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://geo.yigather.com/api/v1/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.louislili--geo-agent-mcp/reviews or the review_server meta-tool.
POST /mcp