Provider hosted
No sign in
Tools: 23

Convertor

Convertor

Convertor är en fullservicebyrå i hjärtat av Malmö som kombinerar strategi, marknadsföring och teknik för att skapa verklig utveckling.

https://www.convertor.se/

Use in your AI tool

Use the tools from this page

Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.

Connect the MCP server

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.convertor.se/mcp

Use on MCPBundles

We add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.

Last probed Sep 14, 2026 · mcp.convertor.se

23tools discovered

Tools discovered (23)

  • Godkänn åtkomst till Basecamp-projekt

    Godkänn att data från ett specifikt Basecamp-projekt får delas i denna konversation. ⚠️ Detta innebär att projektets innehåll (meddelanden, dokument, to-dos etc.) kan visas i Claude-konversationen. Godkännandet gäller bara under denna session. Args: - project_id (number): Basecamp-projektets ID Returns: Bekräftelse att åtkomst har beviljats, med projektnamn och tidpunkt.

  • Återkalla åtkomst till Basecamp-projekt

    Återkalla åtkomst till ett specifikt Basecamp-projekt i denna session. Data från projektet kommer inte längre att kunna hämtas. Args: - project_id (number): Basecamp-projektets ID Returns: Bekräftelse att åtkomst har återkallats.

  • Lista godkända projekt

    Visa vilka Basecamp-projekt som har godkänd åtkomst i denna session. Returns: Lista över godkända projekt med tidpunkter.

  • Visa audit-logg

    Visa den senaste audit-loggen för dataåtkomst. Användbar för att spåra vem som hämtat vilken kunddata och när. Args: - project_id (number, optional): Filtrera på projekt-ID - action (string, optional): Filtrera på åtgärdstyp (read/write/consent_granted/consent_revoked) - limit (number): Antal poster att visa (default: 20, max: 100) Returns: Formaterad audit-logg med tidsstämplar, åtgärder och detaljer.

  • List Basecamp Projects

    List all projects in the Basecamp account. Args: - status ('active' | 'archived' | 'trashed'): Filter by status (default: 'active') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of projects with IDs, names, descriptions, and dock information. The dock lists available tools (message board, todoset, vault, schedule, etc.) with their IDs.

  • Get Basecamp Project

    Get detailed information about a specific Basecamp project. Args: - project_id (number): The Basecamp project ID - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Full project details including name, description, status, and dock (available tools with their IDs). Use dock IDs to access message boards, todosets, vaults, schedules, and campfires.

  • Search Basecamp

    Search across all Basecamp content (projects, messages, to-dos, documents, comments, etc.). Args: - query (string): Search query (min 2 characters) - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Search results with titles, types, content excerpts, and links.

  • List Basecamp Todo Lists

    List all to-do lists within a project's todoset. Args: - project_id (number): The Basecamp project ID - todoset_id (number): The todoset ID (find via project dock, look for name='todoset') - status ('active' | 'archived' | 'trashed'): Filter (default: 'active') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of to-do lists with IDs, titles, completion ratios, and todo counts.

  • List Basecamp Todos

    List to-do items within a specific to-do list. Args: - project_id (number): The Basecamp project ID - todolist_id (number): The to-do list ID - completed (boolean, optional): Filter by completion status - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of to-do items with IDs, titles, assignees, due dates, and completion status.

  • Get Basecamp Todo

    Get full details of a specific to-do item. Args: - project_id (number): The Basecamp project ID - todo_id (number): The to-do item ID - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Complete to-do details including title, description, assignees, dates, and comments.

  • Create Basecamp Todo

    Create a new to-do item in a specific to-do list. Args: - project_id (number): The Basecamp project ID - todolist_id (number): The to-do list ID - content (string): The to-do title - description (string, optional): Rich text (HTML) notes - assignee_ids (number[], optional): People IDs to assign to - due_on (string, optional): Due date (YYYY-MM-DD) - starts_on (string, optional): Start date (YYYY-MM-DD) - notify (boolean): Whether to notify assignees (default: false) Returns:

  • Complete Basecamp Todo

    Mark a to-do item as completed. Args: - project_id (number): The Basecamp project ID - todo_id (number): The to-do item ID Returns: Confirmation that the to-do has been marked as completed.

  • List Basecamp Messages

    List messages on a project's message board. Args: - project_id (number): The Basecamp project ID - message_board_id (number): The message board ID (find via project dock, name='message_board') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of messages with IDs, subjects, authors, dates, and comment counts.

  • Get Basecamp Message

    Get the full content of a specific message. Args: - project_id (number): The Basecamp project ID - message_id (number): The message ID - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Full message details including subject, content, author, and metadata.

  • Create Basecamp Message

    Post a new message to a project's message board. Args: - project_id (number): The Basecamp project ID - message_board_id (number): The message board ID - subject (string): Message subject/title - content (string, optional): Rich text (HTML) message body - status ('active' | 'draft'): 'draft' saves without publishing (default: 'active') Returns: The created message with its new ID and app URL.

  • List Basecamp Comments

    List all comments on a specific recording (message, to-do, document, etc.). Args: - project_id (number): The Basecamp project ID - recording_id (number): The recording ID (message ID, todo ID, document ID, etc.) - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of comments with authors, content, and dates.

  • Create Basecamp Comment

    Add a comment to any recording (message, to-do, document, etc.). Args: - project_id (number): The Basecamp project ID - recording_id (number): The recording ID to comment on - content (string): Rich text (HTML) comment body Returns: The created comment with its ID and content.

  • List Basecamp Documents

    List documents in a project's vault (Docs & Files section). Args: - project_id (number): The Basecamp project ID - vault_id (number): The vault ID (find via project dock, name='vault') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of documents with IDs, titles, authors, and dates.

  • Get Basecamp Document

    Get the full content of a specific document. Args: - project_id (number): The Basecamp project ID - document_id (number): The document ID - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Full document with title, content, author, and metadata.

  • List Basecamp Schedule Entries

    List schedule entries (events) in a project's schedule. Args: - project_id (number): The Basecamp project ID - schedule_id (number): The schedule ID (find via project dock, name='schedule') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of scheduled events with titles, dates, times, participants, and descriptions.

  • List Basecamp People

    List all people in the Basecamp account. Args: - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of people with IDs, names, email addresses, titles, and roles (admin/owner). Use people IDs for assigning to-dos and other operations.

  • List Basecamp Campfire Lines

    List recent chat messages in a project's campfire (group chat). Args: - project_id (number): The Basecamp project ID - campfire_id (number): The campfire ID (find via project dock, name='chat') - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: List of recent campfire messages with authors, content, and timestamps.

  • Send Basecamp Campfire Message

    Send a message to a project's campfire (group chat). Args: - project_id (number): The Basecamp project ID - campfire_id (number): The campfire ID - content (string): The message content Returns: Confirmation that the message was sent.

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the Convertor MCP server?

Convertor är en fullservicebyrå i hjärtat av Malmö som kombinerar strategi, marknadsföring och teknik för att skapa verklig utveckling.

How do I connect Convertor to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does Convertor provide?

MCPBundles probed 23 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does Convertor require?

No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.

Maintain this listing

Operate Convertor? Verify ownership to take over this directory entry.

Operate Convertor?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing