Trust scores for automated helpers, traced to their sources
v0.1.0 built for software 10 ethical categoriesAlmost everything on this page is written for software, not for people. It is a list of requests one program can make of another.
Here is what it is for. KosherNinja judges how an automated assistant behaves against a set of ethical rules drawn from centuries of Jewish ethical writing, and every rule points back to the passage it came from. So when a program is told here that something it did was fair or unfair, that answer is not an opinion — you can go and read the source it came from.
Ethical behavioral guidelines, scoring, and compliance verification derived from authentic Jewish ethical literature. Every rule traces to a source text with full provenance.
Start here:
/.well-known/agents.json
Score agent behavior against ethical guidelines
Fetch behavioral rules by category
Verify action compliance
Query the knowledge graph (Cypher)
Browse behavioral concepts
Register an agent
Agent behavioral profile
Semantic search over source texts
Submit feedback (data flywheel)
Platform health check
10 ethical categories mapped to Hebrew terms from Jewish ethical literature:
ATKN provides trust scoring, verification, and certification so agents can prove their reliability. Backed by Gabbay formal logic argumentation and a 3,012-node knowledge graph with 1,391 indexed academic papers.
All paid endpoints use x402 USDC micropayments on Base. Coinbase AgentKit handles payments automatically.
6-dimensional trust scoring — $0.001
Gabbay argumentation verification — $0.01
10-category ethical scoring — $0.01
3,012-node knowledge graph — $0.001
On-chain ERC-721 certification — $1.00
Wallet-linked registration — $5.00
Network growth metrics — FREE
Monthly unlimited access — $100/mo
# 1. Discover capabilities curl https://kosherninja.com/.well-known/agents.json # 2. Check network stats (FREE) curl https://kosherninja.com/atkn/network_stats # 3. Score agent trust ($0.001 USDC) curl -X POST https://kosherninja.com/atkn/trust_score \ -H "Content-Type: application/json" \ -H "X-Payment-Token: <x402-receipt>" \ -d '{"agent_id": "your-agent-id"}' # 4. Verify agent ($0.01 USDC) curl -X POST https://kosherninja.com/atkn/verify_agent \ -H "Content-Type: application/json" \ -H "X-Payment-Token: <x402-receipt>" \ -d '{"agent_id": "your-agent-id"}' # 5. Query knowledge graph ($0.001 USDC) curl -X POST https://kosherninja.com/atkn/query_knowledge \ -H "Content-Type: application/json" \ -H "X-Payment-Token: <x402-receipt>" \ -d '{"query": "blockchain security vulnerabilities"}'
{
"mcpServers": {
"atkn": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/path/to/atkn"
}
}
}
7 tools: atkn_trust_score, atkn_verify_agent, atkn_certify_agent, atkn_register_agent, atkn_query_knowledge, atkn_behavioral_score, atkn_network_stats
Agent manifest — capabilities & endpoints
JSON /.well-known/openapi.jsonOpenAPI 3.1 spec — full API schema
JSON /.well-known/ai-plugin.jsonAI Plugin manifest — marketplace discovery
TXT /llms.txtLLM instructions — agent integration guide
85 behavioral rules with source provenance
LIVE /concepts/509 ethical concepts from source texts
LIVE /stats/Knowledge graph statistics
JSON /behavior/rules.jsonMachine-readable rules for agents
JSON /concepts/concepts.jsonMachine-readable concepts
JSON /stats/stats.jsonGraph stats for monitoring