Runoscript MCP Server
Rune data and runescript tools for AI agents.
This is a Model Context Protocol (MCP) server. Point your AI assistant at it to look up Elder Futhark runes, search Runoscript's rune knowledge base, and reach the runescript builder. It's free and read-only — no account, no API key.
Endpoint: https://runoscript.com/mcp
Details
- Server name
- com.runoscript/runoscript
- Endpoint
- https://runoscript.com/mcp
- Transport
- Streamable HTTP
- Auth
- None (free, read-only)
- Registry
- registry.modelcontextprotocol.io
Tools
- explain_rune(rune, lang, reversed) — meaning of an Elder Futhark rune: name, historical & esoteric sense, divination, keywords.
- search_content(query, lang, limit) — search Runoscript's rune knowledge base (articles, book reviews, practice).
- about_builder(lang) — describe the runescript builder & galdrastav, with links.
Resources: none. Prompts: none. (This server exposes tools only.)
Examples
- “What does the rune Ansuz mean, and reversed?”
- “Search Runoscript for articles on rune yoga.”
- “How do I build a runescript?”
Install
Claude Code (CLI):
claude mcp add --transport http runoscript https://runoscript.com/mcp
Cursor — ~/.cursor/mcp.json:
{ "mcpServers": { "runoscript": { "url": "https://runoscript.com/mcp" } } }
VS Code — .vscode/mcp.json:
{ "servers": { "runoscript": { "type": "http", "url": "https://runoscript.com/mcp" } } }
Claude Desktop / ChatGPT: Settings → Connectors → Add custom connector →
paste https://runoscript.com/mcp (no auth).
Any MCP client: Streamable HTTP, URL https://runoscript.com/mcp.
Listed in the MCP Registry
as com.runoscript/runoscript. · runoscript.com →