Personal MCP server for publishing art with cryptographic authorship proof and license gates.
{
"mcpServers": {
"io-github-kapoost-humanmcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Personal MCP server for publishing art with cryptographic authorship proof and license gates.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 6 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Security Weekly
Get CVE alerts and security updates for io.github.kapoost/humanmcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A personal content server speaking Model Context Protocol (MCP/JSON-RPC 2.0).
Live: https://kapoost-humanmcp.fly.dev
Landing page: https://kapoost.github.io/humanmcp
Author: kapoost (Łukasz Kapuśniak) — poet, builder, sailor. Warsaw / Malta.
humanMCP lets you publish poems, essays, notes, images, and typed data artifacts with cryptographic proof of authorship, explicit license terms, and full control over who can access what. AI agents connect via MCP and interact with your content natively.
| Tool | Description |
|---|---|
| get_author_profile | Who is kapoost — bio, content overview, how to browse |
| list_content | Browse all pieces with metadata, filter by type or tag |
| read_content | Read a piece — respects all access gates |
| request_access | Get gate details for locked content |
| submit_answer | Unlock challenge-gated content |
| list_blobs | Browse typed data artifacts |
| read_blob | Read image, contact, dataset, vector (respects audience) |
| verify_content | Verify Ed25519 signature |
| get_certificate | Full IP certificate: license, price, originality index, hash, signature |
| request_license | Declare intended use, get terms, logged for audit |
| leave_comment | Leave a reaction — visible in author dashboard |
| leave_message | Send a direct note (max 2000 chars, URLs welcome) |
{
"mcpServers": {
"kapoost": {
"type": "http",
"url": "https://kapoost-humanmcp.fly.dev/mcp"
}
}
}
Pieces (Markdown files):
poem, essay, note, contactpublic / members / lockedchallenge (Q&A), time, manual, tradefree, cc-by, cc-by-nc, commercial, exclusive, all-rightsBlobs (typed data artifacts):
image, contact, vector, document, dataset, capsule[agent:claude, human:alice, agent:*]Public links: read_blob slug:"kapoost-contact" — name, handle, github, instagram, facebook, landing page.
Private email: read_content slug:"kapoost-contact-private" — gated. Answer the challenge to access.
Every piece is signed with Ed25519. get_certificate returns:
robots.txt — https://kapoost-humanmcp.fly.dev/robots.txtsitemap.xml — https://kapoost-humanmcp.fly.dev/sitemap.xml/.well-known/mcp-server.json — MCP server discovery| Field | Limit | |---|---| | Message / comment text | 2000 chars | | Blob inline text | 512 KB | | File upload | 50 MB | | Slug | 64 chars | | Title | 256 chars |
/data/new pagego build ./cmd/server/
EDIT_TOKEN=secret AUTHOR_NAME=yourname ./server
fly launch --name yourname-humanmcp
fly secrets set EDIT_TOKEN=secret AUTHOR_NAME=yourname
fly deploy
go run ./cmd/keygen/
fly secrets set SIGNING_PRIVATE_KEY="..." SIGNING_PUBLIC_KEY="..."
136 tests across content, MCP, and upload/signature/license suites.
go test ./...