Rini MCP Server
Rini MCPサーバー
直接実装した様々なMCPサーバーのコレクションです。
主な機能は、コードの生成と実行、GitHubリポジトリ分析、推論、Webクロール、Web検索、YouTubeのビデオサマリーと分析などです。
主な機能
🔍ウェブ検索( web_search.py )
rini_google_search_base(...):Google検索を実行して結果を返します。rini_google_search_link_only(...):Google検索結果からリンクのみを抽出します。rini_google_search_shallow(query: str):Google検索を実行し、各リンクのコンテンツを簡単に取得します。Stealthブラウザを使用してWebページのコンテンツを取得する機能も含まれています。
デフォルトポート:65000
▶️YouTubeのビデオ処理( youtube_summary.py )
rini_summarize_youtube_audio_only(url: str): YouTube ビデオのオーディオのみを要約します。rini_transribe_youtube_audio(url: str): YouTube ビデオのオーディオをテキストに変換します。rini_summarize_youtube_all(video_url: str): YouTube 映像の全コンテンツ(キーフレーム、オーディオ)を分析して要約します。オーディオのダウンロード、キーフレームの抽出、オーディオの分割、個々のトランスポート、フレームキャプションの作成などの詳細機能が含まれています。
デフォルトポート:65001
📂 GitHubリポジトリ分析( github_repo_analysis.py )
rini_github_analysis(query: str, url: str): 指定された GitHub リポジトリを分析し、関連情報を提供します。関数とクラスの抽出、コード類似度分析などの機能が含まれます。
デフォルトポート:65002
🧠推論機能( reasoning.py )
rini_reasoning(query: str, model: str = None): 与えられたクエリに対して論理推論を実行します。デフォルトポート:65003
💻コードの生成と実行( coding.py )
rini_code_generation(query: str, model: str = None): 与えられたクエリに基づいてコードを生成します。rini_python_code_execution(code: str): 与えられた Python コードを実行します。デフォルトポート:65004
🌐ウェブクロール( web_crawl.py )
rini_get_text_only_from_url(url: str):与えられたURLからテキストコンテンツのみを抽出します。rini_get_all_from_url(url: str, timeout: int = 5): 与えられた URL からすべてのコンテンツを取得します。デフォルトポート:65005
🔁 MCPサーバーの作成( mcp_related.py )
rini_create_and_execute_mcp_server(query: str, filename: str, port: int): 要求に合った MCP サーバーコードを生成して実行します。デフォルトポート:65006
Related MCP server: minecraft-mcp
必須ライブラリのインストール
プロジェクトの実行に必要なライブラリをインストールするには、次のコマンドを使用します。
pip install -r requirements.txt使用方法
各機能は、対応するPythonファイルを直接実行してMCPサーバーに駆動できます。
たとえば、Web検索機能を使用するには、次のコマンドを実行します。
python web_search.py各サーバーは、指定されたポート(たとえば、Web検索サーバーは65000番ポート)で実行されます。
Rini API server / clientを使用すると、簡単にテストできます。
今後の改善
各機能の詳細な使用例の追加
CLI インターフェイスの提供
統合テストコードの記述
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.819Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA set of MCP servers that allow AI assistants to control a Minecraft server and client, including running commands, managing plugins, taking screenshots, and calling arbitrary API methods via reflection.10MIT
- AlicenseAqualityAmaintenanceAn MCP server connecting AI agents to Google, YouTube, Amazon, Walmart, TikTok, and Reddit. 21 tools for web search, product lookup, video discovery, and social media analysis.211527MIT
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server providing YouTube transcript retrieval, video search, channel browsing, playlist extraction, and upload monitoring for AI agents.8MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mori-mmmm/Rini-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server