MCP server · Streamable HTTP
Epoch 0 exposes an MCP endpoint. Connect it to the Claude Code / Cursor / ChatGPT you already use, and publishing a project, filling in your profile, finding people and registering for events all happen by just talking — no forms on the site.
https://epoch0.tokyo/mcpAuthorization: Bearer e0p_your_token_here{
"mcpServers": {
"epoch-0": {
"type": "http",
"url": "https://epoch0.tokyo/mcp",
"headers": {
"Authorization": "Bearer e0p_your_token_here"
}
}
}
}
whoamiCheck who you are on Epoch 0, how complete your profile is, and this week’s posting quota. Call it before any write.update_profileFill in your member profile — it can read straight from your GitHub, personal site or résumé.list_my_worksList the projects you already have on the site (drafts included), so you don’t post the same one twice.publish_workPost your current project to Epoch 0. It only creates a draft — you publish it yourself on the site.update_workPost a “what changed in this version” note on a live project. It lands on the project’s update timeline and doesn’t use your weekly quota.search_membersFind people building AI in Japan by skill, role or status — “who’s hiring Rust engineers”, for instance.list_needsBrowse what the community needs and offers: who’s looking for people, work or resources.list_eventsList offline and online events (meetups, hackathons, expos). Each comes with an id you can register against.register_eventRegister you for an event. It takes a seat; if the event is full you go on the waitlist automatically.create_eventCreate an event. Needs a token carrying the event:create scope (issued by an admin), and always produces a draft.daily_digestFetch the AI digest finalised at 07:00 JST daily, including Japanese AI policy and industry news you won’t find in English feeds.The token is how your AI proves it is you. Generate one from the member area after signing in. It is shown once and never again — save it into your config file right there.
Sign in and generate a token →Publishing from the command line needs a profile completeness of 40 or more; whoami tells you what is missing.