Skip to main content
Glama
iwaokimura

mcp-cinii

by iwaokimura

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CINII_APP_IDNoApplication 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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