← 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
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
Run your own humanMCP
Fork the project and publish your own content on your own terms.
View on GitHub