Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.agent-tune/agenttune

com.agent-tune/agenttune

Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.

Uptime
100.0%
2 direct probes · 30d
Response
206ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

list_tunings

Catalog of all 43 AgentTune personality tuning files (slug, code, name, one-line blurb), optionally filtered by system. Use it to resolve a user's personality type to the right slug before calling get…

get_tuning

Fetch one tuning file as Markdown with YAML front-matter. The front-matter is machine-readable install metadata (install.surfaces = where to write it per agent surface, verify.probe = how to confirm i…

get_test_spec

Fetch a complete, self-contained test specification as Markdown: full item list, response scale, scoring algorithm, and the mapping from result to tuning slug. Administer the items to the user inline …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.agent-tune/agenttune": {
      "url": "https://agent-tune.com/mcp",
      "transport": "streamable-http"
    }
  }
}