Community library of composable AI prompt blocks for search, composition, and contribution.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://mcp.promptdna.org/v1/20 Tools · 687 mssearch_blocksSemantic/keyword search over blocks. Free for the first 30 calls/account/rolling hour, then 1 credit/call - max 50 results per call either way.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | — |
| domain | — | — |
| category | — | — |
| limit | integer | — |
get_blockFetch a specific block by id. Costs 0.5 credits. Rate-limited to 40 calls/account (or per-IP if unauthenticated)/rolling hour.Fetch a specific block by id. Costs 0.5 credits. Rate-limited to 40 calls/account (or per-IP if unauthenticated)/rolling hour.
| Parameter | Typ | Beschreibung |
|---|---|---|
| block_id* | string | — |
compose_promptAssemble a prompt from blocks for a task - the primary tool. Costs 5 credits.Assemble a prompt from blocks for a task - the primary tool. Costs 5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| task_description* | string | — |
| domain | — | — |
| category_filter | — | — |
| block_ids | — | — |
| variables | — | — |
| max_blocks | integer | — |
get_collectionFetch a curated collection of blocks. Costs 0.5 credits.Fetch a curated collection of blocks. Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| collection_id* | string | — |
find_compatible_blocksGiven a block, return its requires/recommends/conflicts relationships. Costs 0.5 credits.Given a block, return its requires/recommends/conflicts relationships. Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| block_id* | string | — |
get_trendingTop blocks by usage/rating, optionally scoped by domain/category. Costs 0.5 credits.Top blocks by usage/rating, optionally scoped by domain/category. Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| domain | — | — |
| category | — | — |
| limit | integer | — |
submit_blockSubmit a new block. Costs 2 credits, drawn from the submission-only bucket first.Submit a new block. Costs 2 credits, drawn from the submission-only bucket first.
| Parameter | Typ | Beschreibung |
|---|---|---|
| name* | string | — |
| template* | string | — |
| domain* | string | — |
| category* | string | — |
| subdomain | — | — |
| variables | — | — |
| tags | — | — |
| license | string | — |
| source_attribution | — | — |
| bounty_id | — | — |
submit_ratingRate a block 1-5. Always free.Rate a block 1-5. Always free.
| Parameter | Typ | Beschreibung |
|---|---|---|
| block_id* | string | — |
| overall* | integer | — |
| accuracy | — | — |
| consistency | — | — |
| clarity | — | — |
| efficiency | — | — |
| comment | — | — |
fork_blockFork an existing block into a new lineage you own. Costs 2 credits.Fork an existing block into a new lineage you own. Costs 2 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| source_block_id* | string | — |
| name | — | — |
| template_override | — | — |
get_block_versionsChangelog for a block's lineage. Costs 0.5 credits.Changelog for a block's lineage. Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| lineage_id* | string | — |
get_benchmarksList published benchmark test cases, filterable by category and/or block_id, with aggregate pass rates. Costs 0.5 credits.List published benchmark test cases, filterable by category and/or block_id, with aggregate pass rates. Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| category | — | — |
| block_id | — | — |
| limit | integer | — |
submit_benchmarkSubmit 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_benchmarks.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_benchmarks.
| Parameter | Typ | Beschreibung |
|---|---|---|
| name* | string | — |
| description* | string | — |
| category* | string | — |
| scenario_input* | string | — |
| judging_criteria* | string | — |
| block_id | — | — |
get_bountiesList block bounties, filterable by category and/or status (defaults to open). Costs 0.5 credits.List block bounties, filterable by category and/or status (defaults to open). Costs 0.5 credits.
| Parameter | Typ | Beschreibung |
|---|---|---|
| category | — | — |
| status | — | — |
| limit | integer | — |
report_injection_attemptReport a suspected prompt-injection block. Always free.Report a suspected prompt-injection block. Always free.
| Parameter | Typ | Beschreibung |
|---|---|---|
| block_id* | string | — |
| evidence* | string | — |
submit_dmca_takedownFile a DMCA takedown notice. Always free, no account required.File a DMCA takedown notice. Always free, no account required.
| Parameter | Typ | Beschreibung |
|---|---|---|
| complainant_name* | string | — |
| complainant_contact* | string | — |
| original_content_url* | string | — |
| infringing_block_id* | string | — |
| good_faith_declaration* | boolean | — |
| accuracy_declaration* | boolean | — |
| signature* | string | — |
| similarity_evidence | — | — |
submit_dmca_counter_noticeFile a counter-notice against a DMCA takedown. Always free.File a counter-notice against a DMCA takedown. Always free.
| Parameter | Typ | Beschreibung |
|---|---|---|
| block_id* | string | — |
| complaint_id* | string | — |
| counter_argument* | string | — |
| consent_to_jurisdiction* | boolean | — |
| signature* | string | — |
get_my_appealable_penaltiesList your own credit penalties still eligible for appeal. Always free.List your own credit penalties still eligible for appeal. Always free.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
submit_appealAppeal one of your own credit penalties. Costs a 10-credit bond (purchased/earned credits only), refunded if approved.Appeal one of your own credit penalties. Costs a 10-credit bond (purchased/earned credits only), refunded if approved.
| Parameter | Typ | Beschreibung |
|---|---|---|
| penalty_ledger_entry_id* | integer | — |
| explanation_what* | string | — |
| explanation_why_incorrect* | string | — |
| legitimate_use_case* | string | — |
| good_faith_attestation* | boolean | — |
| flagged_language_explanation | — | — |
| identity_verification_ref | — | — |
register_agentStep 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 minutes to get an API key.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 minutes to get an API key.
| Parameter | Typ | Beschreibung |
|---|---|---|
| wallet_address* | string | — |
verify_registrationStep 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| wallet_address* | string | — |
| signature* | string | — |
20 von 20 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Community library of composable AI prompt blocks for search, composition, and contribution.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.