Agent-first SEO quality, intent and opportunity engine with CLI and optional MCP server.
Project description
Agent SEO Engine
If this agent-first tool helps your workflow, please star the repo. Stars make this agent-first tooling easier for other builders to discover and help Delx keep shipping open infrastructure.
Agent-first SEO scoring, search-intent detection and opportunity prioritization. It packages the useful parts of a production content pipeline into a clean local CLI plus an optional MCP server for Codex, Claude, Cursor, Hermes, OpenClaw and other agent runtimes.
Use it when an agent needs deterministic SEO checks before rewriting, refreshing or publishing content.
What It Does
- Classifies search intent: informational, navigational, transactional and commercial investigation
- Scores markdown articles for agent-readable SEO gaps
- Prioritizes GSC-style opportunities by impressions, position, CTR gap, conversions and commercial value
- Exposes
manifest,connection_statusandprivacy_auditsurfaces before content tools - Runs locally by default with no required API keys
Install
pipx install "git+https://github.com/davidmosiah/agent-seo-engine.git"
With MCP support:
pipx install "git+https://github.com/davidmosiah/agent-seo-engine.git#egg=agent-seo-engine[mcp]"
PyPI release automation is configured with Trusted Publishing. See docs/pypi-publishing.md for the one-time PyPI pending-publisher setup.
CLI
agent-seo-engine manifest --client codex
agent-seo-engine doctor
agent-seo-engine privacy-audit
agent-seo-engine intent "best ai agent framework"
agent-seo-engine score --file examples/article.md --primary-keyword "ai agent testing"
agent-seo-engine opportunity --impressions 4200 --clicks 80 --position 12.4 --commercial-intent 0.8
All commands return structured JSON by default. Use --format markdown for human review.
MCP
agent-seo-mcp
Hermes-style config:
mcp_servers:
agent_seo:
command: agent-seo-mcp
args: []
sampling:
enabled: false
Recommended first calls:
agent_seo_connection_statusagent_seo_privacy_auditagent_seo_score_content
Agent Surfaces
| Tool | Purpose |
|---|---|
agent_seo_manifest |
Install/runtime guidance for agent clients |
agent_seo_connection_status |
Local/offline readiness and optional integration status |
agent_seo_privacy_audit |
Draft, analytics and credential boundaries |
agent_seo_detect_intent |
Search intent classification |
agent_seo_score_content |
Markdown quality checks with exact recommendations |
agent_seo_prioritize_opportunity |
GSC-style opportunity scoring |
Copy-Paste Agent Prompt
Use agent-seo-engine. First call agent_seo_connection_status and agent_seo_privacy_audit.
Score the draft, then propose only edits tied to failed checks or high-impact opportunities.
Agent Contract
Agents should not guess whether a draft is ready. They should call the scoring tool, read exact failed checks, then propose focused edits. The engine is intentionally deterministic and local so repeated agent runs can compare output over time.
Development
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
pytest
python -m compileall -q src
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_seo_engine-0.1.0.tar.gz.
File metadata
- Download URL: agent_seo_engine-0.1.0.tar.gz
- Upload date:
- Size: 62.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1b41a075b1b14716d4c1bb9f9abbe52eb0f86308681d2a2b824cbd342b40de2
|
|
| MD5 |
172f9375edf62e1aaf815cebbb46de02
|
|
| BLAKE2b-256 |
4bc2ca8d3a89e37e143c847fb5c029577c5ad77f163d27683147aaf80b9d749e
|
File details
Details for the file agent_seo_engine-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_seo_engine-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7156c484c6c6d08db16b883fec04b9c4bc5c9d3355458275f6e3b6ecaae4812d
|
|
| MD5 |
93fc9c86025ff56a8e524a386278ce34
|
|
| BLAKE2b-256 |
588380e65339fc3aacf7d1dc0c675e27df5c99e05f43e70ebae7a75ed95f091a
|