CSL MCP Server
by WJS-WEB
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | Path to the src directory containing the csl_mcp module (e.g., D:/xm/CSL/src) | |
| CSL_DB_PATH | Yes | Path to the SQLite database file (e.g., D:/xm/CSL/data/csl.sqlite) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersC | Search CSL papers by title, abstract and keywords. |
| get_paperB | Get one CSL paper by id. |
| list_categoriesA | List CSL categories with counts. |
| list_disciplinesC | List CSL disciplines with counts. Optionally filter by category. |
| get_dataset_statisticsA | Get CSL dataset statistics from the local SQLite database. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| dataset_info | Read CSL dataset information. |
Latest Blog Posts
- 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/WJS-WEB/CSL_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server