The world's first NFT-gated genomic data source for AI agents.
BioNFS uses Web3 signatures instead of traditional passwords. Your wallet proves your identity - no username, no password, no OAuth!
Visit GenoBank's authentication portal:
🔗 Open auth.genobank.appSign the message: I want to proceed
Your wallet will show this message - approve it to generate your signature.
After signing, you'll receive a signature that looks like:
0xa5141ae955bba91ad46a940aefc3b05120489b8b776a180668e5b849f16254d4...
Copy this entire signature (starts with 0x, 132 characters long)
Use your signature to authenticate Claude Code with BioNFS:
claude mcp add --transport http bionfs \ https://mcp.genobank.app/mcp \ --header "Authorization: Bearer YOUR_SIGNATURE"
Now you can ask Claude to analyze your genomic data:
> "Show me all my genomic files" > "Query BRCA1 variants in my genome" > "Analyze trio inheritance for my family"
Use the signature in API requests:
curl -H "Authorization: Bearer YOUR_SIGNATURE" \ https://mcp.genobank.app/mcp
curl "https://mcp.genobank.app/mcp?user_signature=YOUR_SIGNATURE"
curl -X POST https://mcp.genobank.app/mcp \
-H "Content-Type: application/json" \
-d '{"user_signature": "YOUR_SIGNATURE", ...}'
Architect & Designer: Daniel Uribe, PhD Candidate, UTS "Decentralized Biobanking"
CEO: GenoBank.io | Inventor: BioNFTs ™️ 🧬