← just-a-human.com

INDIVIDUAL MCP TOOL

get_declaration

AI 開放宣言 (開放宣言書) の刻印済み原本 (日本語) の全文と、要求ロケールの公開ページ 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.

just-a-human.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://just-a-human.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_declaration and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

just-a-human.com

CONNECT 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.

Related tools

  • 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.
  • get_work — 作品 1 本の全メタデータを返す (題名・ジャンル・紹介・各言語版の URL / 正規原文 URL / 文字数 / SHA-256・タイムスタンプ証明)。Get the full record of one work, including canonical text URLs, SHA-256 digests and timestamp proofs.
  • get_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.
  • get_author — 作者 (只野緋人 / TADANO Hito) の公式プロフィール・各 SNS・連絡先と、AI 開放宣言の要約 (許可の範囲・出典表示の書き方) を返す。Get the author's official profile, links and the machine-readable summary of the AI permission declaration.
  • get_series — シリーズ構成 (ウルフバース等) と、サイト外で公開している長編・連載の一覧を返す。Get the series structure and the list of long-form works published outside this site.