j-can-see
by PichurChill
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| J_SEE_MODEL | Yes | Vision model name (must be set explicitly) | |
| J_SEE_TOKEN | Yes | Vision model API key (not hardcoded — must be set explicitly) | |
| J_SEE_API_SPEC | No | Upstream API spec: responses / openai / anthropic | responses |
| J_SEE_BASE_URL | Yes | Vision endpoint base URL (must match J_SEE_API_SPEC; trailing slashes are stripped) | |
| J_SEE_MAX_EDGE | No | Max long-edge pixels for image compression | 1568 |
| J_SEE_MAX_BYTES | No | Max source file size in bytes; larger is rejected | 52428800 |
| J_SEE_REASONING | No | Reasoning effort (only honored by the openai spec): none / low / medium / high | none |
| J_SEE_TIMEOUT_MS | No | Vision call timeout in milliseconds | 90000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| see_imageA | 读取图片(本地文件 / URL / 剪贴板 / 最近截图)并通过视觉模型返回文字描述。用于主模型无多模态输入能力时的识图。 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/PichurChill/j-can-see'
If you have feedback or need assistance with the MCP directory API, please join our Discord server