# ATKN (Agent Trust & Knowledge Network)

Trust-and-knowledge MCP server for agent ecosystems: score trust, verify/certify agents, register identities, and query a Neo4j-backed knowledge graph.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jlazoff/atkn

# Browse available tools
npx -y @smithery/cli@latest tool list jlazoff/atkn

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jlazoff/atkn atkn_trust_score

# Call a tool
npx -y @smithery/cli@latest tool call jlazoff/atkn atkn_trust_score '{}'
```

## Direct MCP Connection

Endpoint: `https://atkn--jlazoff.run.tools`

## Tools (7)

- `atkn_trust_score` — Compute trust score for an agent using 6-dimensional reputation analysis
- `atkn_verify_agent` — Full Gabbay argumentation-based agent verification with circuit breaker check
- `atkn_certify_agent` — Complete Gabbay analysis + on-chain ERC-721 trust certification on Base
- `atkn_register_agent` — Register agent in ATKN with wallet-linked profile and initial trust score
- `atkn_query_knowledge` — Query the knowledge graph (3,012+ nodes, 1,391 academic papers)
- `atkn_behavioral_score` — KosherNinja 10-category behavioral scoring analysis
- `atkn_network_stats` — Free — ATKN network statistics and growth metrics

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jlazoff/atkn <tool-name>
```

## Resources

- `atkn://network/stats` — Latest ATKN network metrics as JSON

## Prompts (1)

- `atkn_quickstart` (goal) — How to use ATKN tools for trust, verification, and knowledge retrieval
