LinkedIn Bulk Data Scraper
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address (Not applicable/Optional) | |
| PORT | No | Host port (Not applicable/Optional) | |
| API_KEY | Yes | API 密钥 (API Key for authentication) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| game_of_thronesC | Returns game of thrones data |
| game_of_thrones_1D | Returns gama of thrones data |
| ip_address_1C | Returns ip address |
| ip_addressD | Returns ip address |
| adviceC | Random advice |
| advice_1B | Random advice |
| shuffleB | Shuffles string |
| shuffle_1D | Shuffles string |
| number_factsC | Returns number facts |
| nnumber_factsD | Returns Number facts |
| jokeC | Returns joke |
| joke_1C | Returns joke |
| cat_factsC | Returns cat facts |
| cat_facts_1C | Returns cat facts |
| dog_factC | Rreturns dog fact |
| dog_fact_1C | Returns dog fact |
| random_dog_imageC | Returns dog image |
| random_dog_image_1B | Returns dog image |
| random_triva_questionC | Returns random triva question |
| random_triva_question_1B | Returns random triva question |
| universities_listB | Returns USA university list |
| universities_list_1C | Returns USA universities list |
| json_placeholder_1D | Returns json placeholder |
| json_placeholderC | Returns json placeholder |
| ping_1C | Check server health |
| pingC | Checks server health |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 26 tools
Many tools are exact duplicates with only a '_1' suffix (e.g., advice and advice_1; cat_facts and cat_facts_1), making them indistinguishable. Even unique tools like joke and random_dog_image have no clear distinction between their duplicates.
Naming is chaotic: some use underscore_separated words, others have typos (e.g., 'random_triva_question'), and duplicates inconsistently append '_1'. No consistent verb_noun or camelCase pattern.
26 tools is excessive for a set of only ~13 unique functionalities, especially given the server's purported purpose of LinkedIn scraping. The duplication bloats the count without adding value.
The server name implies LinkedIn data scraping, yet none of the tools pertain to LinkedIn or data extraction. The tool set is a random collection of unrelated APIs, severely incomplete for its stated domain.