Skip to main content
Glama
BukeLy

PageIndex Light MCP

by BukeLy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAGEINDEX_LLM_MODELNoModel name for LLM fallback
PAGEINDEX_OCR_MODELNoModel name for OCR fallback (vision-capable)
PAGEINDEX_LLM_API_KEYNoAPI key for LLM fallback
PAGEINDEX_OCR_API_KEYNoAPI key for OCR fallback
PAGEINDEX_LLM_BASE_URLNoBase URL for LLM API fallback
PAGEINDEX_OCR_BASE_URLNoBase URL for OCR fallback

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_detailA

获取 PDF 某一页的详细内容

Args: file_path: PDF 文件的完整路径 page: 页码(从 1 开始)

get_indexA

获取 PDF 文件索引,支持语义搜索

Args: file_path: PDF 文件的完整路径 query: 搜索查询(可选)。如果提供,返回最相关的页面;否则返回全部索引 top_k: 返回结果数量,默认 5(仅在有 query 时生效)

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/BukeLy/pageindex-light-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server