这是一个基于Model Context Protocol (MCP)的服务,用于查询B站用户的粉丝数量。通过提供B站用户ID,可以获取该用户的粉丝数。
Overview
what is Bilibili Follower Count MCP Service?
Bilibili Follower Count MCP Service is a service based on the Model Context Protocol (MCP) that allows users to query the follower count of Bilibili users by providing their user ID.
how to use Bilibili Follower Count MCP Service?
To use the service, clone the repository, install the dependencies, and start the server. Then, connect to the local MCP server using MCP Inspector and use the getBilibiliFollowerCount tool with the required user ID parameter.
key features of Bilibili Follower Count MCP Service?
- Directly query Bilibili user follower counts using user IDs.
- Supports integration with large models like Claude and GPT via MCP protocol.
- Includes error handling and detailed logging.
use cases of Bilibili Follower Count MCP Service?
- Checking the follower count of popular Bilibili content creators.
- Analyzing follower growth trends for specific users.
- Integrating follower count data into other applications or services.
FAQ from Bilibili Follower Count MCP Service?
- Q: Why do I need to use user IDs instead of usernames?
A: Bilibili API directly supports querying by user ID, which is more reliable and efficient than using usernames that may change or be duplicated.
- Q: How does the service handle API request failures?
A: The service automatically retries and logs detailed error information, which can be found in the
logsdirectory.