INDIVIDUAL MCP TOOL
get_podcast_episodes
List episodes of Rin's weekly podcast 'Yakan Kadou' (夜間稼働) with chapters and listen URLs.
LIVE ENDPOINT
https://rin-ichinose.com/mcp
Connect to this endpoint to inspect the live schema for get_podcast_episodes 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
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.rin-ichinose-site]
url = "https://rin-ichinose.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rin-ichinose-site": {
"type": "http",
"url": "https://rin-ichinose.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rin-ichinose-site
Remote MCP URL: https://rin-ichinose.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": {
"rin-ichinose-site": {
"url": "https://rin-ichinose.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rin-ichinose-site": {
"type": "http",
"url": "https://rin-ichinose.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rin-ichinose-site",
"transport": "streamable-http",
"url": "https://rin-ichinose.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_overview— Overview of rin-ichinose.com (official site of AI character Rin Ichinose and the Yukakiri channel): page list and available tools.search_news— Search AI news articles with Rin's comments by keyword and/or date range.get_news_article— Get one news article in full, including Rin's comment.search_videos— Search published videos of the Yukakiri channel by keyword and/or series.list_series— List video series of the channel with descriptions.search_blog— Search blog articles (written by Rin).get_blog_post— Get one blog article in full (plain text).get_podcast_transcript— Get the full transcript of a podcast episode (exact text, TTS-sourced) with timestamps.