Agenda Intelligence
Agenda Intelligence MD
Product entry point and evidence-discipline layer for strategic intelligence agents.
Agenda Intelligence is a trusted geopolitical intelligence layer for agentic workflows. Auditable, structured, decision-grade risk memos with evidence discipline that generic LLMs lack. One MCP server. Structured input/output. Built-in validation.
This repository hosts the product entry point: JSON schemas defining the request/response contract, the stdio MCP server exposing analyze, validate_memo, list_signals, get_signal, and deep_dive, plus the original validation surface (briefs, evidence packs, audits, lenses, source plans). Reasoning content is bundled as in-repo references derived from sibling repositories: Global Think Tank Analyst (method), Central Asia + Caspian and Gulf + Middle East (regional specialists routed by query geography).
What this is
MCP product shell —
analyzeaccepts a structured request (agenda-request.schema.json), routes geography to the relevant regional specialist, assembles a system prompt, and returns a memo validated againstagenda-memo.schema.jsonMarkdown protocol — structured reasoning workflow for agents (
Agenda-Intelligence.md)JSON schemas — request/memo product contract plus validators for briefs, evidence packs, audits, signals, memory cards, lenses
CLI —
validate-brief,validate-evidence,source-categories,source-coverage,audit-claims,score,bench,doctor(30+ commands)MCP server — stdio server exposing 16 tools across the validation and product layers
Eval kit — rubric, LLM-judge prompt, human checklist, benchmark harness
Source policy — per-claim provenance tags (Axis A/B), source requirements for 12 categories
What this is not
Not a factuality verifier — checks structure, not truth
Not an autonomous news agent or source retriever
Not a source reputation scorer or live news gatherer
Not a replacement for analyst judgment
Not a compliance, legal, or financial advisory product
Quickstart
pip install agenda-intelligence-md
# Add the optional [llm] extra to let the MCP `analyze` tool call the
# Anthropic API directly (otherwise the host model completes from the
# returned system_prompt):
# pip install "agenda-intelligence-md[llm]"
# export ANTHROPIC_API_KEY=...
#
# Or pinned wheel:
# pip install https://github.com/vassiliylakhonin/agenda-intelligence-md/releases/download/v0.8.2/agenda_intelligence_md-0.8.2-py3-none-any.whl
agenda-intelligence validate-brief examples/agenda-brief.json
agenda-intelligence score examples/agenda-brief.json --evidence examples/source/evidence-pack.json
agenda-intelligence bench examples/source-backed --strict --min-score 80
agenda-intelligence doctor
agenda-intelligence mcp-config --client cursorBenchmark baseline
20 source-backed cases, reproduced with agenda-intelligence bench examples/source-backed/:
Metric | Value |
Cases | 20 |
Mean score | 87.6 / 100 |
Min / max | 84 / 91 |
Schema-valid | 100% |
With evidence pack | 100% |
With claim-level audit | 100% |
With source category | 100% |
Mean source coverage | 14.8% |
Source coverage gap cases | 20 |
Orphan evidence refs | 0 |
Heuristic scores are uncalibrated and not validated against expert judgment. They evaluate structure, evidence labeling, source-coverage diagnostics, and decision-readiness — not factual truth.
Flagship example: examples/source-backed/eu-ai-act.md — brief + evidence pack + claim-level audit using illustrative sources. Before / after pairs: examples/before-after/.
Verification Contract
verify-quotes checks whether a cited quote or excerpt appears in supplied local text, or in text fetched from an already-specified URL when --fetch is used. It does not discover sources, score source reputation, gather live news, or decide whether a claim is true in the world.
Schemas
Schema | Purpose |
Brief structure | |
Evidence pack | |
Claim-level audit | |
Signal lifecycle | |
AnalysisBank cards | |
Lens manifest | |
Signal taxonomy |
MCP
Stdio MCP server with 16 tools. Full docs and wire-protocol verification: MCP.md. Client setup: docs/integrations/mcp.md.
Tool | What it does |
| Validate a brief dict against |
| Validate an evidence-pack dict against |
| Check claim-level audit: support distribution, orphan refs, unsupported claims |
| Heuristic score for structure, evidence labeling, decision-readiness |
| Return the full Agenda-Intelligence.md reasoning protocol |
| List source requirement categories before calling |
| Generate a source plan for a given topic |
| Diagnose evidence-pack coverage against category source requirements |
| Check cited quote fragments in caller-provided text |
| List available lens packs |
| Return a specific lens pack by name |
| Product-shell pipeline: validate request, route modules, assemble prompt, optionally call LLM, validate memo |
| Validate an Agenda memo against |
| List vendored signal archive entries |
| Return a vendored signal markdown file by id |
| Planned v2 placeholder directing callers to |
Status
Component | Status |
Markdown protocol, JSON schemas | Stable |
CLI (validate, score, bench, audit, doctor) | Stable |
MCP stdio server | Stable |
Evidence-audit schema (claim-level) | Stable |
Signal-tracker schema (lifecycle) | Stable |
Heuristic scoring | Stable (uncalibrated) |
Live source retrieval | Not implemented |
Factual-truth verification | Not in scope |
Documentation
Resource | Link |
Quickstart | |
Tutorial | |
Evaluation layers | |
Factual verification boundary | |
Source plan coverage boundary | |
Evidence audit | |
Threat model | |
Integrations | |
Use-cases | |
Agent contract | |
Adoption guide | |
Changelog | |
Roadmap |
Repository layout
agenda-intelligence-md/
├─ src/agenda_intelligence/ # Python package (CLI + MCP server)
├─ schemas/ # JSON schemas
├─ examples/ # briefs, evidence packs, before/after
├─ skills/ # OpenClaw skill wrappers
├─ evals/ # rubric, judge prompt, benchmark
├─ analysis-bank/ # agent persistent memory (memory-card schema, see schemas/memory-card.schema.json)
├─ docs/ # guides, integrations, use-cases
├─ scripts/ # dev and CI helpers
└─ tests/ # pytest suiteContact
Vassiliy Lakhonin — Almaty, Kazakhstan (UTC+5)
Portfolio · For analysts · Email · LinkedIn · GitHub
Issues, PRs, and eval-case contributions are welcome.
License
MIT.
Disclaimer. This toolkit is for informational and educational purposes only. It does not constitute investment, financial, legal, compliance, or trading advice. It does not verify factual truth, predict outcomes, or replace professional judgment. Use at your own risk.
mcp-name: io.github.vassiliylakhonin/agenda-intelligence-md
Maintenance
Latest Blog Posts
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/vassiliylakhonin/agenda-intelligence-md'
If you have feedback or need assistance with the MCP directory API, please join our Discord server