Damper MCP referenca

Damper izlaže 100+ alata preko hostanog MCP poslužitelja sa streamable HTTP transportom — bez lokalne instalacije. Agenti ih koriste za rad na zadacima, razrješavanje konteksta, čitanje stranica i baza, djelovanje na povratne informacije i objavljivanje izdanja.

Postavljanje

Dodajte Damper MCP poslužitelj svom AI pomoćniku. Koristi streamable HTTP transport — ništa za lokalnu instalaciju.

Claude Code

Dodajte u .mcp.json projekta ili globalni ~/.claude.json:

// .mcp.json or ~/.claude.json
{
  "mcpServers": {
    "damper": {
      "type": "http",
      "url": "https://api.usedamper.com/mcp",
      "headers": {
        "Authorization": "Bearer dmp_..."
      }
    }
  }
}

Cursor

Dodajte u .cursor/mcp.json u korijenu projekta:

// .cursor/mcp.json
{
  "mcpServers": {
    "damper": {
      "type": "http",
      "url": "https://api.usedamper.com/mcp",
      "headers": {
        "Authorization": "Bearer dmp_..."
      }
    }
  }
}

Autentikacija

Svi zahtjevi autentificiraju se vašim API ključem u zaglavlju Authorization. Ključ pronađite u nadzornoj ploči pod Postavke → API ključevi — ključevi koriste prefiks dmp_.

Authorization: Bearer dmp_your_key_here

Preporučeni tijek rada

  1. Pripremite posao

    get_agent_instructions postavlja vaš CLAUDE.md; prepare_work gradi kompaktan paket posla s kontekstom koji upravlja i usporedbom grafa.

  2. Učitaj kontekst

    get_project_context ili resolve_context — arhitektura, pravila i sekcije koje upravljaju datotekama koje ćete dirati.

  3. Birajte i zaključajte zadatak

    list_tasks sortira po težinskoj potražnji; start_task zaključava i vraća specifikaciju, povezane povratne informacije i indeks popisa.

  4. Pratite u hodu

    add_note za odluke, add_commit za hasheve i link_pr trenutku kad pull postoji.

  5. Završite s dokazima

    get_completion_checklist, zatim complete_task s potvrdom za svaku stavku. Ili abandon_task s sažetkom predaje.

  6. Pustite petlju da se zatvori sama

    Završeni javni zadaci automatski sastavljaju unos changeloga; publish_changelog obaviještava pretplatnike i glasače.

Structured output schemas include task lifecycle messages, execution dates, summaries, review instructions, project details and feedback submitters; dependency project IDs and creation dates; and changelog dates and linked items. start_task and get_project_context share a context index schema with tags, appliesTo and exposed-page titles. Context sections include version and verification metadata; generated routing sections declare a string version, generated/readOnly flags and routeCount. Database reads include relationLabels, and row-value updates return updatedAt for conflict-safe edits.

Zadaci

list_tasksTasks sorted by weighted demand score, filterable by status, type or label.
start_taskLock a task and receive its spec, linked feedback and project rules.
get_taskCompact by default (plan, current progress, subtasks, PRs, unresolved decisions, completion receipt) — request include sections like timeline or set detailMode: "full" for the legacy payload.
link_prLink the pull request that delivers the task — the primary deliverable, updated through merge.
add_noteRecord a decision or observation, or open/resolve a structured blocker or open question by kind.
update_taskEdit task fields, or replace the single currentProgress snapshot shown in compact retrieval.
complete_taskMark complete with evidence for every checklist item and a compact completion receipt; releases the lock.
create_task delete_task add_commit create_subtask update_subtask delete_subtask add_task_dependency remove_task_dependency review_task abandon_task list_self_assessments

Kontekst i graf

get_project_contextFull context summary — sections, critical rules, metadata. First call of every session.
resolve_contextMap touched file paths to governing sections, rules, risk domains and checklist scope.
resolve_context_graphBounded shadow-mode graph traversal — ranked candidates with full provenance.
validate_context_routingRun route fixtures against the production resolver before you rely on it.
get_context_graph compare_context_resolution list_context_sections get_context_section update_context_section patch_context_section delete_context_section verify_context_section sync_project_context get_section_blocks get_section_block_content list_context_routes upsert_context_route delete_context_route preview_context_route_migration render_context_routes_markdown list_context_relations upsert_context_relation delete_context_relation list_context_bundles get_context_bundle upsert_context_bundle delete_context_bundle list_context_fixtures upsert_context_fixture delete_context_fixture audit_context_health list_context_maintenance_candidates refresh_context_maintenance_candidates convert_context_maintenance_candidate preview_context_update report_context_feedback upsert_context_block

Stranice i baze

Cijeli Pages radni prostor — s ograničenim čitanjima, nastavljivim provjerama i sigurnim ponovljivim upisima za rastuće baze.

list_pages / search_pagesBrowse or full-text search every page, database and row in the project.
query_page_databaseFilter and project bounded row pages. With the default updatedAt ascending sort, save the returned resume cursor for incremental polls; in matches any supplied array member and contains requires all.
upsert_database_rowCreate or update one row by a canonical key unique within its parent database; unchanged retries are no-ops.
get_page_database_schemaRead every property ID, name, type and options, plus complete views and templates, in text and structured output without loading rows.
get_page_databaseRead the complete database and all row propertyValues keyed by property ID in text and structured output. Use for small databases or intentional full audits.
create_task_from_pageTurn a page into a roadmap task — links back and updates the row's roadmap property.

Database read tools include full JSON in text and structured output. get_page also includes row propertyValues keyed by property ID; query_page_database preserves the requested property/content projection.

Date values use YYYY-MM-DD strings, for example 2026-09-13; use null to clear them. Timestamp strings are reduced to their first ten characters without timezone conversion. For overdue rows, filter with { propertyId: reviewDateId, operator: "less_than", value: "2026-09-13" } and sort with { propertyId: reviewDateId, direction: "asc" }.

Sort by exactly one metadata field (createdAt or updatedAt) or a custom date propertyId. Empty dates sort last in both directions; row IDs break ties. Reuse cursors with the same sort. Only updatedAt ascending (the default) supports incremental change polling; cursors for other sorts are for pagination only.

get_page create_page update_page move_page duplicate_page archive_page get_page_backlinks create_database_property update_database_property update_database_row_values create_database_view update_database_view delete_database_view create_database_template

Povratne informacije

list_feedback / get_feedbackItems with descriptions, sources, vote scores, AI summaries, occurrence counts, dates and linked tasks. Detail includes voter/comment dates and attachment URLs, with raw attachment data omitted.
update_feedbackUpdate status or visibility. Returns id, title, status, type and isPublic, including when no changes are supplied.
reply_to_feedbackAnswer as a team member — the reply is visible to the customer.
link_feedback_to_taskConnect requests to work; submitters get notified when it ships.
report_issue

Izdanja

publish_changelogPublish a draft and notify subscribers of linked roadmap items.
list_changelogs create_changelog update_changelog add_to_changelog delete_changelog

Status page maintenance

list_status_maintenance_targetsDiscover group and monitor IDs, names and visibility for choosing affected components.
list_status_maintenanceRead maintenance windows, schedules, visibility and timeline updates, newest first.
create_status_maintenance / update_status_maintenanceSchedule maintenance or edit its details, scope and visibility. Dates use ISO 8601 UTC. Choose groupId or checkIds, never both. Omit both on creation for all monitors; omit both on edit to preserve scope, or set both to null for all monitors.
add_status_maintenance_updatePost progress and set state to scheduled, in_progress, completed or cancelled. Pass expectedState and expectedIsPublic from the latest read for conflict detection. Reuse a requestId UUID when retrying the same post.
edit_status_maintenance_updateCorrect a timeline message using maintenanceId and updateId. Historical state and visibility remain unchanged; no subscriber notification is sent.
delete_status_maintenancePermanently delete the window and timeline. Post a cancelled update instead to retain history.

All tools require projectId and follow API-key project access. Creation and timeline posts default to public; posts also default to notifying subscribers. Use isPublic: false for private work and notifySubscribers: false to suppress timeline notifications. Public window creation, edits and opted-in timeline posts queue durable subscriber notifications with background retries. A successful save confirms that the change and notification queue are committed, not that email has been delivered. Private windows still suppress monitoring alerts, and private updates cannot change the state of public maintenance.

{
  "name": "create_status_maintenance",
  "arguments": {
    "projectId": "YOUR_PROJECT_ID",
    "title": "Database upgrade",
    "scheduledStartAt": "2030-01-01T10:00:00Z",
    "scheduledEndAt": "2030-01-01T11:00:00Z",
    "isPublic": false
  }
}

Predlošci i moduli

list_templates get_template update_template sync_templates list_modules get_module update_module sync_modules delete_module

Projekti i tijek rada

list_projects vraća ID-jeve, nazive i URL-oznake dostupnih projekata, vremenske oznake createdAt u ISO formatu te broj zadataka i povratnih informacija. Indeks get_project_context za stranice dostupne agentima uključuje i neobavezno polje title. Oba alata definiraju te metapodatke u shemama strukturiranih izlaznih podataka.

prepare_work / prepare_completionDeterministic work packets on the way in; drift and scope checks on the way out.
get_completion_checklistDetailed checklist branches to satisfy before completing a task.
open_public_pageThe correct public URL for roadmap, feedback, changelog or a roadmap item — never guess URLs.
list_projects get_agent_instructions get_project_settings update_project_settings patch_completion_checklist preview_completion_checklist_migration

Usmjerite svog agenta na to.

Jedan URL, jedan ključ, sto alata. Vaša roadmapa je već backlog.