INDIVIDUAL MCP TOOL
agentseo_content_brief
Turn live SERP intent into a production-ready content brief for writers and coding agents.
LIVE ENDPOINT
https://www.agentseo.dev/mcp
Connect to this endpoint to inspect the live schema for agentseo_content_brief and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentseo-hosted-mcp]
url = "https://www.agentseo.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentseo-hosted-mcp": {
"type": "http",
"url": "https://www.agentseo.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentseo-hosted-mcp
Remote MCP URL: https://www.agentseo.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentseo-hosted-mcp": {
"url": "https://www.agentseo.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentseo-hosted-mcp": {
"type": "http",
"url": "https://www.agentseo.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentseo-hosted-mcp",
"transport": "streamable-http",
"url": "https://www.agentseo.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agentseo_search— Perform a Google search with optional domain filters.agentseo_extract— Extract content from a URL and convert to Markdown.agentseo_analyze_serp— Deep analysis of Search Engine Results Page (SERP) features and competitors.agentseo_local_audit— Run a local SEO audit for a domain and location.agentseo_content_gap— Run content gap analysis for a URL and keyword.agentseo_opportunities_find— Find prioritized SEO opportunities for a domain or URL.agentseo_opportunities_brief— Turn one keyword or page opportunity into an implementation-ready brief.agentseo_content_refresh_brief— Create a refresh brief for an existing URL and keyword.