ATKN - Agent Trust & Knowledge Network

by jlazoff

189 downloads
Not rated
GitHub

About

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

Details

Author
jlazoff
Downloads
189
Categories
AI

- 6-dimension trust scoring with priced calls
- Formal argumentation verification for agent identity
- On-chain trust certification workflow
- Wallet-linked agent registration
- Neo4j-backed knowledge graph query
- Behavioral scoring and free network metrics

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ATKN - Agent Trust & Knowledge Network
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server is available at the MCP endpoint https://mcp.kosherninja.com using the streamable-http transport. To get started, run the atkn_network_stats tool, then call atkn_trust_score for your first agent scoring.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "atkn - agent trust & knowledge network": {
            "atkn": {
                "url": "https://mcp.kosherninja.com",
                "transport": "streamable-http"
            }
        }
    }
}

McpServers

{
    "atkn": {
        "url": "https://mcp.kosherninja.com",
        "transport": "streamable-http"
    }
}

ATKN - Agent Trust & Knowledge Network

ATKN gives AI agents a shared trust, identity, and knowledge layer.

What it does

- atkn_trust_score: 6-dimension trust scoring - atkn_verify_agent: formal argumentation verification - atkn_certify_agent: on-chain trust certification workflow - atkn_register_agent: wallet-linked agent registration - atkn_query_knowledge: Neo4j-backed knowledge graph query - atkn_behavioral_score: behavioral scoring - atkn_network_stats: free network metrics

Endpoint

- MCP URL: https://mcp.kosherninja.com - Transport: streamable-http

Pricing

- trust_score: $0.001 - verify_agent: $0.01 - certify_agent: $1.00 - register_agent: $5.00 - query_knowledge: $0.001 - behavioral_score: $0.01 - network_stats: free

Quick start

Run atkn_network_stats, then atkn_trust_score for your first agent.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.