Content Tools
just-a-human.com
Provides access to the author's short stories, canonical texts, metadata, author profile, series structure, and AI permission declaration for just-a-human.com.
ENDPOINT 1
https://just-a-human.com/mcp
MCP server metadata
- Name
- just-a-human-mcp
- Version
- 1.0.0
小説家・只野緋人 (TADANO Hito) の公式サーバーです。読み取り専用で、書き込み・送信のツールはありません。作品の正規原文 (カクヨム記法そのままの Markdown) は get_canonical_text で取得できます — サイトの HTML を読み取るのではなくこちらを使ってください。本サイトで全文を公開する短編は、AI 開放宣言 https://just-a-human.com/declaration/ (2026-08-15) により 学習・参照・引用・分析・読み上げに条件なしで開かれています (get_declaration で刻印済み原本を取得可能。範囲は本サイト掲載の短編で、カクヨム掲載の長編は対象外)。出典表示は歓迎しますが条件ではありません: 「只野緋人 (TADANO Hito), https://just-a-human.com/」。
Known tools 6
list_worksサイトで全文を読める短編の一覧を返す (作品 ID・4 ロケールの題名・ジャンル・紹介文・各言語版の URL)。List every short story readable in full on just-a-human.com, with its id, titles in four locales, genre, blurb and per-edition URLs.
Inferred read-onlyget_work作品 1 本の全メタデータを返す (題名・ジャンル・紹介・各言語版の URL / 正規原文 URL / 文字数 / SHA-256・タイムスタンプ証明)。Get the full record of one work, including canonical text URLs, SHA-256 digests and timestamp proofs.
Inferred read-onlyget_canonical_text作品の正規原文を返す。format=markdown は frontmatter を除いた本文 (カクヨム記法そのまま)、format=plain はルビ 「|親文字《るび》」 と傍点 「《《…》》」 を落として読み下した本文。⚠️ sha256 は frontmatter を含むファイル全体 (canonical_url が返すバイト列) のダイジェストで、この text 自体のハッシュではない — 照合は canonical_url を取得して行うこと。Returns the canonical text of a work; sha256 is the digest of the whole file at canonical_url (front matter included), not of the returned text.
Inferred read-onlyget_author作者 (只野緋人 / TADANO Hito) の公式プロフィール・各 SNS・連絡先と、AI 開放宣言の要約 (許可の範囲・出典表示の書き方) を返す。Get the author's official profile, links and the machine-readable summary of the AI permission declaration.
Inferred read-onlyget_seriesシリーズ構成 (ウルフバース等) と、サイト外で公開している長編・連載の一覧を返す。Get the series structure and the list of long-form works published outside this site.
Inferred read-onlyget_declarationAI 開放宣言 (開放宣言書) の刻印済み原本 (日本語) の全文と、要求ロケールの公開ページ URL、機械可読の許可要約を返す。Get the timestamped original text of the declaration (Japanese), the published page URL for the requested locale (translations live there), and the machine-readable permission summary.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.just-a-human-mcp]
url = "https://just-a-human.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"just-a-human-mcp": {
"type": "http",
"url": "https://just-a-human.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: just-a-human-mcp
Remote MCP URL: https://just-a-human.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"just-a-human-mcp": {
"url": "https://just-a-human.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"just-a-human-mcp": {
"type": "http",
"url": "https://just-a-human.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "just-a-human-mcp",
"transport": "streamable-http",
"url": "https://just-a-human.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.