Votars MCP logo

Votars MCP

by scarletlabs-ai

Votars-MCP is a tool that supports multiple language implementations of the Votars MCP server, currently available in Go. It supports `sse` and `stdio` interaction modes, designed for seamless integration with the Votars AI platform.

View on GitHub

Last updated: N/A

What is Votars MCP?

Votars-MCP is a tool that allows developers to integrate with the Votars AI platform for processing various tasks, such as fetching transcripts.

How to use Votars MCP?

The Go version can be installed via Smithery or manually using go install. It supports SSE mode, requiring an API key in request headers, and STDIO mode, requiring the API key as an environment variable. Configuration files are used to specify the interaction mode and API key.

Key features of Votars MCP

  • Easy Integration with Votars

  • Modular Design

  • Votars_fetch_recent_transcripts

  • Votars_fetch_a_specific_transcript

Use cases of Votars MCP

  • Fetching recent meeting transcripts

  • Retrieving specific transcripts by ID

  • Integrating Votars AI functionalities into applications

  • Automating transcription processing

FAQ from Votars MCP

How do I get an API key?

Register at Votars.AI, navigate to your workspace settings, and create an API key under the API Key management section.

What languages are supported?

Currently, only Go is supported. Python, JavaScript, and Rust are planned for future releases.

What interaction modes are supported?

The server supports SSE (Server-Sent Events) and STDIO (Standard Input/Output) modes.

How do I install Votars-MCP?

You can install it via Smithery or manually using go install github.com/scarletlabs-ai/Votars-MCP/go/votars-mcp@latest.

How do I run the MCP service in SSE mode?

Run votars-mcp -t sse -p 8080 in your terminal.