Tessen Grader
@tessen
Tessen grades trading strategies honestly: your agent writes a strategy as a declarative AgentSpec, Tessen backtests it against real out-of-sample market data and returns an A–F grade with the numbers that matter (expectancy in bp/trade, OOS trade count, win-rate-vs-expectancy tr
Overview
What is Tessen Grader?
Tessen Grader is an MCP server that grades trading strategies honestly. It takes a strategy written as a declarative AgentSpec, backtests it against real out-of-sample market data, and returns an A–F grade with key metrics (expectancy in bp/trade, OOS trade count, win-rate-vs-expectancy trap detection) plus corpus base rates from every strategy ever graded.
How to use Tessen Grader?
Use the server remotely over streamable HTTP—no local install required. Five tools are available: get_agentspec_reference, get_grade_report, and get_corpus_insights are free without a key; grade_strategy and grade_trade_record are metered and require a free API key from https://tessen.ai/studio/developer.
Key features of Tessen Grader
- Grades trading strategies via declarative AgentSpec input.
- Backtests against real out-of-sample market data.
- Returns an A–F grade with expectancy, trade count, and trap detection.
- Provides corpus base rates (~64% of graded strategies fail).
- Three tools free without an API key; two tools metered.
- Remote streamable-HTTP server; no local installation.
Use cases of Tessen Grader
- An AI agent grades a trading strategy automatically before deployment.
- A developer evaluates strategy quality using historical corpus benchmarks.
- A trader checks whether a strategy's win rate hides a negative expectancy trap.
FAQ from Tessen Grader
What is an AgentSpec?
An AgentSpec is a declarative format for specifying a trading strategy; Tessen uses it as input for grading.
Do I need an API key for all tools?
No. get_agentspec_reference, get_grade_report, and get_corpus_insights are free without a key. grade_strategy and grade_trade_record require a free API key from https://tessen.ai/studio/developer.
How is Tessen Grader hosted?
It is a remote streamable-HTTP server—there is no local install.
Where can I find Tessen Grader on the MCP Registry?
It is listed as ai.tessen/grader on the official MCP Registry.