WebMCP Registry site · v0.18.35
Use Dribba with your agent.
Dribba (dribba.com) registers 16 WebMCP tools. Dribba lists 16 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for dribba.com, last live-checked by the registry at 2026-09-23T05:42:50.796Z. Run ghostget webmcp sites.get --input '{"domain":"dribba.com"}' --json for the current schema; the listing can drift between checks.
Use Dribba with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"dribba.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
Dribba publishes 16 tools on dribba.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
apply_to_job | Submit a job application to Dribba on behalf of the user. Requires name, email and a short motivation message; LinkedIn URL strongly recommended (the team replies asking for the CV — file upload is not supported through this tool). IMPORTAN | Listed for discovery; the registry allows read-only calls only |
book_meeting | Get the scheduling link to book a free 30-minute intro call with a Dribba partner (response within 1h, 100% senior in-house team, no commitment). Returns Dribba's own booking URL where the user can pick a slot. | Listed for discovery; the registry allows read-only calls only |
calculate_app_cost | Calculate a budget estimate (EUR range) for a digital product built by Dribba, using the same pricing model as the interactive calculator at dribba.com/calculadora. Map the user's project to the structured parameters; when unsure about comp | Listed for discovery; the registry allows read-only calls only |
compare_technologies | Get Dribba's in-depth technology comparison guides to help choose a mobile stack. Available topics: 'flutter-vs-react-native' (cross-platform comparison) and 'flutter-vs-native' (when single codebase beats native iOS/Android, and when it do | Listed for discovery; the registry allows read-only calls only |
get_case_study | Get the full case study of a specific Dribba project by its slug (e.g. 'cityxerpa', 'rastreator'). Call list_projects first to discover available slugs from the project URLs (/proyectos/<slug>). Returns the complete case study as markdown: | Listed for discovery; the registry allows read-only calls only |
get_company_facts | Get verified, structured facts about Dribba: founding year, offices, team model, official partnerships (Google Flutter Partner), selected clients, specialties and minimum budget. Use this to answer questions about who Dribba is — these fact | Listed for discovery; the registry allows read-only calls only |
get_pricing_info | Get Dribba's pricing information: engagement models, typical ranges per project type, what's included, and payment terms. Source: the official /precios page. For a project-specific number, use calculate_app_cost instead. | Listed for discovery; the registry allows read-only calls only |
getCompanyInfo | Return static information about Dribba — offices, contact details, and the services we offer. | Listed for discovery; the registry allows read-only calls only |
list_open_positions | List Dribba's current job openings (engineering roles in Barcelona/Andorra, Flutter/Go/mobile). Returns markdown with role details and links. To apply on behalf of the user, use apply_to_job. | Listed for discovery; the registry allows read-only calls only |
list_projects | List Dribba's portfolio of delivered projects (case studies) with clients, sectors and outcomes. Useful to answer 'what have they built?', 'do they have experience in <sector>?'. Returns markdown; each project links to its full case study ( | Listed for discovery; the registry allows read-only calls only |
list_services | List the digital-product services offered by Dribba (end-to-end product studio in Barcelona and Andorra, official Google Flutter Partner in Spain) with a short summary and canonical URL for each. | Listed for discovery; the registry allows read-only calls only |
navigateTo | Navigate the current tab to another page on dribba.com. Only accepts known site routes. | Listed for discovery; the registry allows read-only calls only |
openContactForm | Open Dribba's contact modal on the current page, optionally pre-filled with a message from the user. | Listed for discovery; the registry allows read-only calls only |
request_resource | Request one of Dribba's free expert guides (PDF) to be sent to the user's email. Available: 'guia-lanzar-app-90-dias' (La guía definitiva para lanzar tu app en 90 días); 'rfp-template-agencia-software' (RFP template para contratar una agenc | Listed for discovery; the registry allows read-only calls only |
scheduleMeeting | Open the Calendly booking modal so the user can schedule a call with Dribba's team. | Listed for discovery; the registry allows read-only calls only |
submit_contact_request | Send a project inquiry to Dribba's team: name, email and a description of the project. Confirm with the user before submitting. | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when Dribba changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on dribba.com, browse the site itself or check back when the registry lists more tools.