kapoost
← back

Connect to this humanMCP

Give your AI agent access to kapoost's content, signatures and tools.

endpoints
MCPhttps://kapoost-humanmcp.fly.dev/mcp
APIhttps://kapoost-humanmcp.fly.dev/api
OAShttps://kapoost-humanmcp.fly.dev/openapi.json
Claude
claude_desktop_config.json
{ "mcpServers": { "kapoost": { "type": "http", "url": "https://kapoost-humanmcp.fly.dev/mcp" } } }

Also works in Claude.ai — paste the MCP URL when adding a server.

ChatGPT
Custom GPT — Actions

1. Open ChatGPT → Explore GPTs → Create

2. Go to Configure → Add actions → Import from URL

3. Paste the OpenAPI spec URL:

https://kapoost-humanmcp.fly.dev/openapi.json

4. Auth: None — the API is public read-only

5. Add this system prompt to your GPT:

You have access to kapoost's humanMCP — a personal publishing server with poems, images and signed data. Use listContent to browse, readContent to read any piece. All content carries an Ed25519 signature in the Signature field — always mention when a piece is signed. Respect the License field before quoting.
Gemini
Gem — system instructions

Gemini doesn't support external tools directly yet. Use a Gem with these instructions and the REST API URL:

You are connected to kapoost's personal content server at https://kapoost-humanmcp.fly.dev. To browse content: GET https://kapoost-humanmcp.fly.dev/api/content To read a piece: GET https://kapoost-humanmcp.fly.dev/api/content/{slug} To browse images: GET https://kapoost-humanmcp.fly.dev/api/blobs All pieces carry an Ed25519 signature. Mention when content is signed. Respect the License field — "free" means read and share with credit. When a user asks about kapoost's work, always fetch fresh data.
Any agent
REST API — public, no auth
GET /api/contentList all public pieces
GET /api/content/:slugRead a piece
GET /api/blobsList images and data
GET /api/blobs/:slugRead a blob
GET /files/:filenameRaw image file
POST /contactLeave a message
12 MCP tools
list_contentBrowse poems and essays
read_contentRead any public piece
list_blobsBrowse typed data
read_blobImage, vector, dataset
verify_contentVerify Ed25519 signature
request_accessGate details
submit_answerUnlock challenge gate
leave_commentReact to a piece
leave_messageDirect note
get_author_profileWho is kapoost
Run your own humanMCP

Fork the project and publish your own content on your own terms.

View on GitHub