mcp-cinii
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CINII_APP_ID | No | Application ID for CiNii API. Obtained from registration. If unset, requests are sent without appid (may be subject to stricter rate limits). |
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_ciniiA | Search CiNii Research for academic articles, books, grants, and data. Args: query: Search keywords (e.g. "機械学習" or "machine learning"). count: Number of results to return (1–200, default 20). start: 1-based result offset for pagination (default 1). lang: Response language, "ja" (Japanese) or "en" (English). Default "ja". resource_type: Filter by resource type. One of "Article", "Book", "Dissertation", "Data", "Research Project", or "" (all types). Returns: JSON-LD response from CiNii Research as a formatted JSON string. |
| get_cinii_itemA | Retrieve metadata for a single CiNii Research item by its ID. Args: item_id: The CiNii Research CRID, e.g. "1971993809790115224". This is the numeric part that appears after "https://cir.nii.ac.jp/crid/" in the item URL. lang: Response language, "ja" (Japanese) or "en" (English). Default "ja". Returns: JSON-LD metadata for the item as a formatted JSON string. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/iwaokimura/mcp-cinii'
If you have feedback or need assistance with the MCP directory API, please join our Discord server