modelscope·@horizondatawave/hdw-mcp-server
一种模型上下文协议服务器,提供对LinkedIn数据和功能的全面访问,通过HorizonDataWave API实现数据检索和用户账户管理。
LinkedIn 用户搜索: 通过关键词、姓名、职位、公司、地点、行业和教育背景筛选和搜索LinkedIn用户。
个人资料查询: 获取LinkedIn用户的详细个人资料信息。
邮箱查询: 通过电子邮件地址查找LinkedIn用户详情。
帖子与反应: 获取用户的帖子及其相关反应。
帖子转发与评论: 获取特定LinkedIn帖子的转发和评论。
账户管理:
公司搜索与详情:
Google 搜索
HDW MCP 服务器通过MCP协议暴露了几个工具。每个工具都定义了名称、描述和输入参数:
Search LinkedIn Users
Name: search_linkedin_users
Description: Search for LinkedIn users with various filters.
Parameters:
keywords (optional): Any keyword for search.first_name, last_name, title, company_keywords, school_keywords (optional).current_company, past_company, location, industry, education (optional).count (optional, default: 10): Maximum number of results (max 1000).timeout (optional, default: 300): Timeout in seconds (20–1500).Get LinkedIn Profile
Name: get_linkedin_profile
Description: Retrieve detailed profile information about a LinkedIn user.
Parameters:
user (required): User alias, URL, or URN.with_experience, with_education, with_skills (optional, default: true).Get LinkedIn Email User
Name: get_linkedin_email_user
Description: Look up LinkedIn user details by email.
Parameters:
email (required): Email address.count (optional, default: 5).timeout (optional, default: 300).Get LinkedIn User Posts
Name: get_linkedin_user_posts
Description: Retrieve posts for a LinkedIn user by URN.
Parameters:
urn (required): User URN (must include prefix, e.g. fsd_profile:...).count (optional, default: 10).timeout (optional, default: 300).Get LinkedIn User Reactions
Name: get_linkedin_user_reactions
Description: Retrieve reactions for a LinkedIn user by URN.
Parameters:
urn (required).count (optional, default: 10).timeout (optional, default: 300).Get LinkedIn Chat Messages
Name: get_linkedin_chat_messages
Description: Retrieve top chat messages from the LinkedIn management API.
Parameters:
user (required): User URN (with prefix).count (optional, default: 20).timeout (optional, default: 300).Send LinkedIn Chat Message
Name: send_linkedin_chat_message
Description: Send a chat message using the LinkedIn management API.
Parameters:
user (required): Recipient user URN (with prefix).text (required): Message text.timeout (optional, default: 300).Send LinkedIn Connection Request
Name: send_linkedin_connection
Description: Send a connection invitation to a LinkedIn user.
Parameters:
user (required).timeout (optional, default: 300).Send LinkedIn Post Comment
Name: send_linkedin_post_comment
Description: Create a comment on a LinkedIn post or reply.
Parameters:
text (required): Comment text.urn (required): Activity or comment URN.timeout (optional, default: 300).Get LinkedIn User Connections
Name: get_linkedin_user_connections
Description: Retrieve a list of LinkedIn user connections.
Parameters:
connected_after (optional): Timestamp filter.count (optional, default: 20).timeout (optional, default: 300).Get LinkedIn Post Reposts
Name: get_linkedin_post_reposts
Description: Retrieve reposts for a LinkedIn post.
Parameters:
urn (required): Post URN (must start with activity:).count (optional, default: 10).timeout (optional, default: 300).Get LinkedIn Post Comments
Name: get_linkedin_post_comments
Description: Retrieve comments for a LinkedIn post.
Parameters:
urn (required).sort (optional, default: "relevance"; allowed values: "relevance", "recent").count (optional, default: 10).timeout (optional, default: 300).Get LinkedIn Google Company
Name: get_linkedin_google_company
Description: Search for LinkedIn companies via Google – the first result is typically the best match.
Parameters:
keywords (required): Array of company keywords.with_urn (optional, default: false).count_per_keyword (optional, default: 1; range 1–10).timeout (optional, default: 300).Get LinkedIn Company
Name: get_linkedin_company
Description: Retrieve detailed information about a LinkedIn company.
Parameters:
company (required): Company alias, URL, or URN.timeout (optional, default: 300).Get LinkedIn Company Employees
Name: get_linkedin_company_employees
Description: Retrieve employees of a LinkedIn company.
Parameters:
companies (required): Array of company URNs.keywords, first_name, last_name (optional).count (optional, default: 10).timeout (optional, default: 300).打开终端并运行以下命令:
# Clone the repository
git clone https://github.com/horizondatawave/hdw-mcp-server.git
# Change directory to the project folder
cd hdw-mcp-server
# Install dependencies
npm install
在 [app.horizondatawave.ai](https://app.horizon…
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。
VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。
基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。