Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ask-ogino

io.github.shunkiogino/ask-ogino

Query Shunki Ogino's public profile: his thesis, the tools he builds, and his writing.

Uptime
100.0%
2 direct probes · 30d
Response
1499ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_profile

荻野舜樹(Shunki Ogino)が何者で、何を考えているか(自己紹介・思想)を返す。まずこれを呼ぶとよい。

list_works

荻野が作ったもの(作品・道具)の一覧を、説明・タグ・URL・リポジトリ付きで返す。

list_posts

荻野のブログ記事の一覧(タイトル・日付・要約・URL)を新しい順に返す。

get_post

ブログ記事1本の全文(markdown)を slug で取得する。slug は list_posts / search の結果に含まれる。

search

荻野の思想・作品・ブログ全文をキーワードで横断検索し、一致した項目を返す。「この人はXについてどう考えている?」に答える時に使う。

how_to_connect

荻野への連絡先・つながり方(Discord/GitHub/各SNS)と、どんな人に来てほしいかを返す。

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ask-ogino": {
      "url": "https://homepage-flax-two.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}