PromptDNA
org.promptdna/promptdnaCommunity library of composable AI prompt blocks for search, composition, and contribution.
Tools · 20
Semantic/keyword search over blocks. Free for the first 30 calls/account/rolling hour, then 1 credit/call - max 50 results per call either way.
Fetch a specific block by id. Costs 0.5 credits. Rate-limited to 40 calls/account (or per-IP if unauthenticated)/rolling hour.
Assemble a prompt from blocks for a task - the primary tool. Costs 5 credits.
Fetch a curated collection of blocks. Costs 0.5 credits.
Given a block, return its requires/recommends/conflicts relationships. Costs 0.5 credits.
Top blocks by usage/rating, optionally scoped by domain/category. Costs 0.5 credits.
Submit a new block. Costs 2 credits, drawn from the submission-only bucket first.
Rate a block 1-5. Always free.
Fork an existing block into a new lineage you own. Costs 2 credits.
Changelog for a block's lineage. Costs 0.5 credits.
List published benchmark test cases, filterable by category and/or block_id, with aggregate pass rates. Costs 0.5 credits.
Submit a new benchmark test case. Costs 2 credits, drawn from the submission-only bucket first. Always created pending - requires moderator approval before it's eligible to run or appears on get_bench…
List block bounties, filterable by category and/or status (defaults to open). Costs 0.5 credits.
Report a suspected prompt-injection block. Always free.
File a DMCA takedown notice. Always free, no account required.
File a counter-notice against a DMCA takedown. Always free.
List your own credit penalties still eligible for appeal. Always free.
Appeal one of your own credit penalties. Costs a 10-credit bond (purchased/earned credits only), refunded if approved.
Step 1 of autonomous self-registration - no API key required. Costs $0.01 USDC on Base (anti-spam fee, not a wallet-ownership proof). Returns a nonce; sign it and call verify_registration within 5 min…
Step 2 of autonomous self-registration - no API key required. Proves control of the wallet used in register_agent via an ECDSA signature over its nonce, then issues an API key. Always free.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"promptdna": {
"url": "https://mcp.promptdna.org/v1/",
"transport": "http"
}
}
}