Skip to content
Back to search
100
MCP live http

PromptDNA

org.promptdna/promptdna

Community library of composable AI prompt blocks for search, composition, and contribution.

Uptime
50.0%
2 probes
Response
549ms
last probe
Tools
20
callable

Tools · 20

search_blocks

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.

get_block

Fetch a specific block by id. Costs 0.5 credits. Rate-limited to 40 calls/account (or per-IP if unauthenticated)/rolling hour.

compose_prompt

Assemble a prompt from blocks for a task - the primary tool. Costs 5 credits.

get_collection

Fetch a curated collection of blocks. Costs 0.5 credits.

find_compatible_blocks

Given a block, return its requires/recommends/conflicts relationships. Costs 0.5 credits.

get_trending

Top blocks by usage/rating, optionally scoped by domain/category. Costs 0.5 credits.

submit_block

Submit a new block. Costs 2 credits, drawn from the submission-only bucket first.

submit_rating

Rate a block 1-5. Always free.

fork_block

Fork an existing block into a new lineage you own. Costs 2 credits.

get_block_versions

Changelog for a block's lineage. Costs 0.5 credits.

get_benchmarks

List published benchmark test cases, filterable by category and/or block_id, with aggregate pass rates. Costs 0.5 credits.

submit_benchmark

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…

get_bounties

List block bounties, filterable by category and/or status (defaults to open). Costs 0.5 credits.

report_injection_attempt

Report a suspected prompt-injection block. Always free.

submit_dmca_takedown

File a DMCA takedown notice. Always free, no account required.

submit_dmca_counter_notice

File a counter-notice against a DMCA takedown. Always free.

get_my_appealable_penalties

List your own credit penalties still eligible for appeal. Always free.

submit_appeal

Appeal one of your own credit penalties. Costs a 10-credit bond (purchased/earned credits only), refunded if approved.

register_agent

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…

verify_registration

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

ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
14 tools · streamable-http
ai.plith/plith live
AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.
15 tools · streamable-http
BetterPost live
Finds timely sources across news, social, and the web and writes posts worth publishing.
22 tools · streamable-http
TensorFeed live
AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.
33 tools · streamable-http
Lightyear CryptoPunks live
Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks.
11 tools · streamable-http
AI Site Scorer live
Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude.
5 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "promptdna": {
      "url": "https://mcp.promptdna.org/v1/",
      "transport": "http"
    }
  }
}