LevelField MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LevelField MCP ServerAssess this contract for information-asymmetry risk: 'Will the CEO resign by Dec 31?'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Structural information-asymmetry risk for event contracts. Scored from contract text · verified by code · attested on-chain.
Why LevelField · How it works · Run locally · MCP · Validation
Why LevelField
A market price tells you what the crowd believes. It does not tell you who may already know the outcome — whether an event is made by someone, known early by a few, and tradable by exactly those people.
LevelField turns that hidden structure into one auditable 0–100 risk score before a trade is placed. It predicts nothing, accuses no one, and needs no live-behavior surveillance. It scores the shape of the field from the contract itself.
◇ Inspectable
Every score ships with contract-exact evidence and five dimension-level explanations.
◇ Deterministic
A model may classify text. Only unit-tested code applies weights, rules, and circuit breakers.
◇ Portable
Use the web UI, let an agent query the MCP server, or verify an immutable on-chain attestation.
Related MCP server: SimpleFunctions
Change nothing but the event
03 / 100 · Low
A real DreamDEX BTC price binary. No participant controls the global reference price, and disclosure is near-simultaneous.
95 / 100 · High
A contract settled by one person's private decision, with nothing preventing that person from trading on it.
Same engine. Same public rules. The gap is the product.
Run it in three commands
Requirements: Node.js ≥ 20.9. No API key. No wallet. No configuration.
npm install && npm test
npm run demo:agent
npm run validateCommand | What you will see |
| 70 software tests across scoring and web |
| An MCP-connected agent PROCEED at 3 and DECLINE at 95 |
| 16-contract category ordering and Spearman ρ = 0.930 |
How it works
flowchart LR
A["Contract text"] --> B["Stage A · Classify<br/>against public anchors"]
B --> C{"Evidence gate<br/>code, not model"}
C -->|not verbatim| X["Reject"]
C -->|injected text| X
C -->|verified| D["Stage B · Score<br/>weights + rules + circuit breakers"]
D --> E["0–100 score<br/>band + evidence"]
E --> F["Web"]
E --> G["MCP agents"]
E --> H["On-chain"]No model ever writes the number. A model only maps contract language to a fixed, public anchor library. Deterministic code performs every numeric operation.
Dimension | Weight | Question answered | |
D1 | Outcome Control | 30% | What produces the outcome: a natural process, an institution, or one person's will? |
D3 | Insider Tradability | 25% | Can the people who know early trade on that knowledge? |
D2 | Knowledge Circle | 20% | How many people can know before public disclosure? |
D4 | Disclosure Synchronicity | 15% | Does everyone learn the outcome at roughly the same time? |
D5 | Outcome Manufacturability | 10% | Could someone cause the outcome in order to win the bet? |
Weighted levels become a score from 0–100 and one of four bands:
LOW ───────── 25 ── MODERATE ── 50 ── ELEVATED ── 75 ───────── HIGHGraduated circuit breakers prevent dangerous combinations from being averaged away. One person controlling an outcome they can freely trade floors the result at 80, 90, or 95. Missing information defaults conservatively to level 4 and is flagged — ambiguity never earns a low score.
The taxonomy follows the outcome-maker classification validated by the Anti-Corruption Data Collective across 435,000+ settled Polymarket markets. LevelField reproduces the gradient end-to-end: 3 price binaries → 19–21 statistics and elections → 49 FOMC → 65 layoffs → 78 military action → 80–95 individual will.
Three classification tracks
Track | Stage A provider | Best for |
Live DreamDEX | Deterministic rules over typed on-chain fields | Fast checks where question text never needs parsing |
Curated spectrum | Auditable reference classifications | Reproducible validation and demonstrations |
Any contract | Your agent's own model via the MCP server | New, unstructured event-contract text |
None calls a paid LLM API.
Defense by construction
A market creator tries to… | LevelField responds… |
Talk a model into a low score | Every evidence quote must be a machine-verified verbatim substring of the contract |
Smuggle instructions into the contract | A model-independent scanner taints assessor-directed text and rejects evidence drawn from it |
Win by withholding information | Missing information scores level 4 and is explicitly surfaced |
Try the defense on the live injection-test contract.
Agents ask first
Any trading agent can call LevelField's stdio MCP server before placing an order. The default policy fits in one line:
low / moderate → PROCEED
elevated / high → DECLINEThe MCP server has zero LLM dependencies and requires no key. The calling agent's own model performs classification; LevelField independently verifies its evidence and computes the result.
Scores that outlive the website
Every current score is published to the source-verified ScoreRegistry on Somnia Shannon. Each attestation stores:
the risk band and all five dimension levels;
a method hash pinning the exact anchor-library version;
an immutable source URI pinned to commit
ea725e2.
npm run verify:onchain reads every field back and fails closed on missing or changed data.
Current result: 26 / 26 attestations verified, zero mismatches.
Proof, not promises
|
|
|
|
Spearman category order | majority band matches reference | software + contract tests | attestations verified |
npm test && npm run validate && npm run agreement && npx tsx scripts/verify-classifications.tsThe honest limit: this is a 16-contract curated corpus. Agreement statistics are published per dimension in validation and agreement, and no outcome-prediction claim is made.
Repository map
packages/scoring/ two-stage pipeline · anchors · voting · engine · DreamDEX fetcher
packages/mcp/ zero-LLM-dependency MCP server · protocol · verification · scoring
apps/web/ Next.js UI · markets · evidence · methodology
contracts/ ScoreRegistry.sol · Foundry tests · Shannon deployment
data/ anchor library · contracts · classifications · score cache
demo-video/ 2:55 product film · Remotion source
docs/ validation · agreement · design notes · integration findingsnpm install
npm test # all workspaces
npm run demo:agent # MCP pre-trade check: PROCEED 3, DECLINE 95
npm run validate # ordering checks + Spearman rho
npm run agreement # 3 blind runs vs reference
npm run score:all # rescore live testnet + curated data
npm run dev -w @levelfield/web # UI at localhost:3000
npm run mcp # stdio MCP server
npx tsx scripts/verify-classifications.ts # verify every evidence quote
GITHUB_REPO=Aji-Q/levelfield GITHUB_REF=<sha> npm run verify:onchain
cd contracts && forge test # 8 smart-contract testsBuilt for the Somnia × DreamDEX Event Contracts Hackathon · MIT License
Launch LevelField · Watch the film · Explore the registry
Know who can know — before you do.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Reference data for prediction markets: graded resolution clarity, cross-venue links, provenance.
Machine-payable prediction-market briefs and probability-change monitoring for AI agents.
Verifiable, deterministic risk math for autonomous agents; re-runnable proof on every answer.
Realizability-gated Hyperliquid & Polymarket wallet copyability, risk & smart-money signals.
Related MCP Servers
- AlicenseAqualityDmaintenancePrediction market probability oracle for AI agents. 26 tools across 500+ live markets from Kalshi and Polymarket. Cross-source arbitrage detection, structured TPF signals, Kelly Criterion sizing, agent performance tracking, and webhook alerts.9671MIT
- AlicenseAqualityBmaintenance24/7 autonomous monitoring and edge detection for prediction markets (Kalshi & Polymarket). Features causal tree analysis, orderbook depth tracking, cross-venue comparison, and real-time alerts.1619612MIT
- AlicenseNot gradedqualityBmaintenanceReference data layer for prediction markets: resolution-clarity grades (A/B/C), named resolution sources with provenance, cross-venue linking, and per-contract eligibility screens across Kalshi and Polymarket. Open,read-only, no key required.3MIT

decomposeofficial
AlicenseNot gradedqualityCmaintenanceClassifies text into structured semantic units with authority, risk, and attention scores. Enables deterministic preprocessing for AI agents to filter and route content without using an LLM.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aji-Q/levelfield'
If you have feedback or need assistance with the MCP directory API, please join our Discord server