r

rostro

@dev.rostro/rostro
Hosted
0 Stars 2 次浏览 dev.rostro 更新于 2026-08-23

Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

Rostro's MCP Server

Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.

# Quick Setup

You will need a Rostro account for OAuth discovery and authentication in your client of choice.

MCP Server URL: https://proto.rostro.dev/mcp

# Quick Install Links

# API Key Setup (Optional)

For fixed API authentication instead of OAuth, add this to your settings:

"rostro": {
    "url": "https://proto.rostro.dev/mcp",
    "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
    }
}

Get an API key from your account page.

# Client-Specific Setup

# # Claude Desktop and Claude.ai

  1. Go to Claude Connectors
  2. Click "Add Custom Connector"
  3. Fill out the form:
    • Name: "Rostro"
    • URL: "https://proto.rostro.dev/mcp"
  4. Click "Add"
  5. Hit "Connect" and follow the OAuth flow
  6. Optionally, click "Configure" to give Claude preapproval for individual tools

# # Claude Code

Install using the command line:

claude mcp add rostro -t http https://proto.rostro.dev/mcp

Then start Claude and follow the instructions to complete authentication.

# What is MCP?

Model Context Protocol (MCP) is an open standard that allows language models to securely connect to third-party data sources and tools.

Learn more about MCP

相关 MCP 服务