Word Orb provides complete word intelligence for AI agents via REST API and MCP (Model Context Protocol).
curl https://api.wordorb.ai/word/serendipity
Add to your MCP client (Cursor, Claude Desktop, etc.):
{
"mcpServers": {
"word-orb": {
"url": "https://mcp.wordorb.ai/mcp",
"transport": "streamable-http"
}
}
}
Base URL: https://api.wordorb.ai
Full word enrichment — definition, IPA, etymology, Kelly’s insight, translations, tones, connections.
Ethical language guidance — gender context, inclusive alternatives, agent communication tips.
Agent communication guidance. Audience: one_person, few_people, many_people.
Vocabulary count, lesson count, and top looked-up words.
The MCP endpoint at https://mcp.wordorb.ai/mcp exposes 8 tools via JSON-RPC 2.0:
| Tool | Description |
|---|---|
word_enrich | Complete pedagogical word object |
word_translate | Translations in up to 8 languages |
word_connections | Semantic knowledge graph traversal |
word_search | Search by prefix, POS, or keyword |
word_batch | Batch enrichment (up to 20 words) |
lesson_of_day | Daily lesson segments (365 days × 11 langs × 3 ages) |
word_ethics | Ethical language guidance |
agent_speak | Agent communication phrasing |
POST https://mcp.wordorb.ai/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "word_enrich",
"arguments": { "word": "serendipity" }
}
}
| Tier | Daily Limit | Price |
|---|---|---|
| Free | 50 calls | $0/mo |
| Starter | 5,000 calls | $49/mo |
| Growth | 50,000 calls | $149/mo |
| Enterprise | Unlimited | $499/mo |
| Domain | Purpose |
|---|---|
wordorb.ai | Landing page & product info |
api.wordorb.ai | REST API (clean URLs without /api prefix) |
mcp.wordorb.ai | MCP endpoint (JSON-RPC 2.0) |
docs.wordorb.ai | This documentation |
voices.wordorb.ai | Voice agent previews |
Legacy endpoint mcp.thedailylesson.com remains fully operational.