mcpbeat Sign in

Storskarvia MCP Server

by storskarvia Your server? Claim it
answering

Storskarvia is answering right now. Last checked 1 min ago. It exposes 10 tools.

Writing studio for novels and screenplays: read your projects and run cited fact-checks.

Uptime history 6 days of history
6 days agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
188 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Storskarvia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add writing-studio --transport http https://storskarvia.com/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "writing-studio": {
      "url": "https://storskarvia.com/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.writing-studio]
url = "https://storskarvia.com/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "writing-studio": {
      "url": "https://storskarvia.com/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "writing-studio": {
      "url": "https://storskarvia.com/mcp/"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

features
list_features
The AI staff on Storskarvia and what each member actually does. Source: the "On staff" section of the current landing page.
findings
get_findings
Findings for one of the authenticated user's fact-check or continuity runs. Ownership is enforced -- a check_id belonging to another user raises an error rather than leaking their data.
ground
ground_claim
Step 2 of a bring-your-own-agent fact-check. Runs Storskarvia's own server-side retrieval (Wikipedia + searxng) for one claim and returns the sources -- no verdict, no judgment. Your agent should judge the claim ONLY against these returned sources, never outside knowledge. Requires a personal Storskarvia API key as a Bearer token (this is not an open retrieval API).
guide
get_guide
Summary and URL for one guide, looked up by slug. Call list_guides first to get valid slugs.
guides
list_guides
Titles, slugs, and URLs of Storskarvia's evergreen craft/how-to guides. Reads the live GUIDES list straight from app.main (imported lazily -- see the comment on the import below) so this can never drift out of sync with what's actually published at /guides.
prepare
prepare_factcheck
Step 1 of a bring-your-own-agent fact-check. Fetches one of the authenticated user's documents (ownership enforced) plus the exact disclosure and method your agent MUST follow. Requires a personal Storskarvia API key as a Bearer token. After this, call ground_claim(claim) once per checkable claim you extract from `text`, then submit_findings(...) to store results.
pricing
get_pricing
Current Storskarvia pricing tiers, features, and monthly fact-check quotas. Built from config.PLANS, the same list /pricing renders from, so this can no longer drift from the page the way it did while it was kept by hand. The founder block is read live rather than described in prose. The note here used to say payments "aren't enabled yet" unconditionally, which went on being served after they were switched on, and the tiers listed full price while every human-facing surface offered a founding seat at half of it. An agent asked what Storskarvia costs answered with a price nobody was being charged and omitted the one on offer.
projects
list_my_projects
The authenticated user's Storskarvia projects (novels, screenplays, video scripts). Requires a personal Storskarvia API key as a Bearer token.
skarvia
get_skarvia_info
What Storskarvia is and how it's positioned. A professional writing studio for novelists, screenwriters, and video scriptwriters, staffed by an AI team that fact-checks, researches, and tracks continuity -- but never writes the user's prose for them.
submit
submit_findings
Step 3 of a bring-your-own-agent fact-check. Stores your agent's findings as a real Storskarvia Check, visible on the same findings punch list as a staff-run check. Requires a personal Storskarvia API key as a Bearer token, and ownership of `document_id` is enforced. `disclosure` must be REQUIRED_DISCLOSURE copied verbatim -- proof the user was shown it before findings were presented -- or this raises a ToolError instead of storing anything. Each item in `findings` must have a non-empty quote/explanation, problem in {"contradicted","misleading"}, and a non-empty sources list; findings missing any of those are rejected wholesale (nothing partial is stored).

Endpoints

URLTransportStateLatencyChecked
https://storskarvia.com/mcp/ streamable-http answering 197 ms 1 min ago

Alternatives to Storskarvia

same job, measured the same way
BeatBandit MCP
by beatbandit

AI story development, screenplay editing, review, media, and export tools for BeatBandit projects.

answering
Screenplaywriter MCP
by mrfentmen

Read, write, and analyze screenplays in Fountain format.

40 installs/wk local only
Onboard
by viaonboard

Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes.

answering
Marketing Operations
by digitalpublic

Project-scoped marketing ops for agents: Bearer dpk_/dpa_ or OAuth, read and supervised write.

answering
ShotClick Screenwriting
by shotclick

Your AI writes inside real screenplays: formatted scenes, locked numbering, outlines, research.

answering
Replit SSH
by mindstone

Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.

112 installs/wk local only
Rpgmaker Mv MCP
by xerolo44

MCP server for reading, editing, and playtesting RPG Maker MV projects

43 installs/wk local only
Arcwall Security
by rom-baro

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

26 installs/wk local only

Storskarvia — questions

Answers built from our own checks of this server.

What can Storskarvia do?
It exposes 10 tools, read directly from the server on our last check. Among them: get_findings, get_guide, get_pricing, get_skarvia_info, ground_claim, list_features and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Storskarvia working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 188 ms. The bar chart above shows every period we have measured.
How do I connect Storskarvia?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Storskarvia need an API key?
No. Storskarvia completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Storskarvia?
It answers our handshake in 188 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.