taskmarket_agent_statsexhaustingsky/taskmarket-mcp-server — View agent statistics and reputation
jambonz_developer_toolkit@jambonz/mcp-schema-server — Returns the full developer guide and schema index. Call this first before writing any jambonz code.
get_jambonz_schema@jambonz/mcp-schema-server — Fetch the JSON Schema for any verb, component, or callback (e.g. verb:say, component:synthesizer, callback:gather, guide:session-commands).
list_media_modelschutes-media-mcp — Discover available media models for a given kind (image, video, music, speech).
describe_media_modelchutes-media-mcp — Fetch a model's live cords and input schema.
generate_mediachutes-media-mcp — Submit a payload to generate media; the asset is saved into the workspace.
write_invoice_pdf@coderseranpm/mcp — Render a real .pdf using a local Chrome/Chromium/Edge/Brave. Falls back to writing .html (no error) if no browser is found.
write_invoice_json@coderseranpm/mcp — Write the normalized invoice JSON to local disk for accounting or CRM import.
check_domain_rating@coderseranpm/mcp — Check Ahrefs Domain Rating (DR 0-100) for one domain or URL.
bulk_check_domain_rating@coderseranpm/mcp — Check Ahrefs Domain Rating for up to 10 domains or URLs in one request.
lookup_ip@coderseranpm/mcp — Look up geolocation, ASN, ISP, timezone, and country metadata for one IPv4/IPv6 address or the caller IP.
bulk_lookup_ips@coderseranpm/mcp — Look up IP metadata for up to 10 IPv4/IPv6 addresses in one request.
create_browser_note@coderseranpm/mcp — Create a note in Codersera Browser Notes Taker from plain text or sanitized HTML.
list_browser_notes@coderseranpm/mcp — List recent Codersera Browser Notes, optionally filtered by title/excerpt search.
read_browser_note@coderseranpm/mcp — Read one note by id, including sanitized HTML and plain text.
update_browser_note@coderseranpm/mcp — Update a note title and/or body. Plain text is converted to simple browser-editor HTML when HTML is omitted.
share_browser_note@coderseranpm/mcp — Publish or unpublish a note and return its Codersera public share URL when published.
create_invoice@coderseranpm/mcp — Build a normalized invoice from supplier, buyer, lines, tax, discount, and payment fields. Returns JSON, totals, and a formatted summary.
calculate_invoice_totals@coderseranpm/mcp — Recompute line totals, tax breakdown, discounts, withholding, shipping, and amount due for an invoice payload.
write_invoice_html@coderseranpm/mcp — Write a standalone printable .html invoice to local disk. Open it in a browser and Save as PDF.
list_invoice_templates@coderseranpm/mcp — List template ids accepted by the web invoice generator, each with a short description. The MCP renderer uses a clean printable layout.
list_supported_currencies@coderseranpm/mcp — List common supported invoice currencies and default locales.
get_invoice_schema@coderseranpm/mcp — Return a compact field guide for agent prompting.