Sapling for your agents.
Connect Sapling once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Sapling.
What agents can do with Sapling
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sapling_grammar_checkCheck text for grammar, spelling, and style issues. `text` is the content to check. Returns edits and suggestions.
sapling_autocompleteGet text autocomplete suggestions. `text` is the partial text to complete.
sapling_healthCheck API health and key validity.
sapling_spellcheckFor an AI agent: spelling-only check (no grammar or style). `text` is the content; returns misspellings with suggested corrections.
sapling_detect_aiFor an AI agent: estimate how likely `text` was AI-generated. Returns an overall score plus per-sentence scores.
sapling_get_editsGet grammar and style edits for a text with more detailed response than grammar_check.
sapling_summarizeSummarize a longer text into a shorter version.
sapling_rewriteRewrite a sentence or phrase for clarity, tone, or formality.
sapling_get_user_statusGet account status including usage limits and remaining credits.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Sapling.
- Go to Dashboard > API Keys.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Sapling to Even: call connect_begin("sapling") on the even-connect MCP and walk me through it.
Check text for grammar and spelling issues, get autocomplete suggestions, and detect likely AI-generated content.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.