Machine interface · v0.1
Give your agent the field guide.
Jev Atlas gives coding agents independent research, evidence status, project examples, architecture patterns, and build hypotheses—without making them scrape the visual website or load the entire corpus.
01 Connect
One endpoint, bounded context.
The MCP is public and read-only. It does not call Jev, accept TypeSafe credentials, modify repositories, or execute external instructions.
{
"mcpServers": {
"jev-atlas": {
"url": "https://YOUR-DOMAIN/mcp"
}
}
}https://YOUR-DOMAIN/mcpClient configuration formats vary. Use this endpoint anywhere your agent accepts a remote Streamable HTTP MCP server.
01b Local
Or run it without the site.
The same read-only surface is available over stdio, reading the generated research artifacts straight from disk. It makes no network calls.
npm run mcp:stdioPoint any stdio-capable MCP client at this command from the repository root. Useful in CI, offline, or when the Next.js server is not running.
02 Open formats
MCP is optional.
Agents that cannot connect to MCP can consume the same canonical records as concise Markdown or versioned JSON.
llms.txt
Compact research index for discovery and selective loading.
llms-full.txt
Complete curated export with evidence status, limitations, and sources.
Knowledge manifest
Schema version, freshness, record counts, and available interfaces.
Search API
Structured lexical retrieval across the normalized knowledge layer.
Canonical URLs
Every claim, project, pattern, and opportunity has a stable page matching its MCP resource URI.
03 Tools
Research before recommendation.
Tools return bounded structured results. Agents are instructed to retain claim status, separate hypotheses from observations, and propose validation before rollout.
- 01
search_jev_knowledgeFind claims, projects, patterns, opportunities, evidence, and synthesis with status preserved.
- 02
get_jev_context_packRetrieve a compact cited bundle for a goal without loading the entire corpus.
- 03
assess_jev_fitLocate bounded semantic decisions, non-fits, deterministic boundaries, and validation steps.
- 04
get_build_blueprintOpen an authored opportunity with its architecture, MVP, experiment, and unknowns.
- 05
trace_jev_claimInspect evidence status, counterarguments, open questions, and original sources.
Trust contract
Context with provenance, not an oracle.
- 01Official documentation remains authoritative for current API contracts.
- 02Vendor claims stay labeled until independent evidence changes their status.
- 03Authored opportunities are hypotheses to test, not guaranteed use cases.
- 04Typed output constrains shape; it does not guarantee semantic correctness.
- 05High-impact actions still require deterministic backstops and escalation.
- 06A record’s website page, JSON export, and MCP resource resolve to one canonical address.