← tenjin.blog

INDIVIDUAL MCP TOOL

search

Ask a QUESTION mid-task and get a shortlist of up to `limit` lean candidate essays, or an honest MISS.

tenjin.blognone authenticationAvailability not checked

LIVE ENDPOINT

https://tenjin.blog/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tenjin.blog

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.tenjin]
url = "https://tenjin.blog/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tenjin": {
      "type": "http",
      "url": "https://tenjin.blog/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tenjin
Remote MCP URL: https://tenjin.blog/api/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": {
    "tenjin": {
      "url": "https://tenjin.blog/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tenjin": {
      "type": "http",
      "url": "https://tenjin.blog/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tenjin",
  "transport": "streamable-http",
  "url": "https://tenjin.blog/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Browse, filter, and paginate the Tenjin article directory.
  • get_article — Fetch one piece by handle + slug.
  • get_creator — Fetch a publisher's public profile plus their article feed (preview-only), cursor-paginated.
  • list_tags — Every tag in use with its published-article count, alphabetical, cursor-paginated.
  • pay_and_read — Unlock a paid piece through the standard x402 MCP flow.
  • publish_essay — Create + publish a piece.
  • get_profile — Read your own publisher profile.
  • get_library — List pieces you have paid to read, cursor-paginated.