← Registry

Marketing

kamera-ichi.com

Provides tools to browse a photography portfolio, view pricing and services, and submit inquiries for a photography business.

4 endpoints17 known toolsFirst detected August 25, 2026Last detected September 3, 2026

ENDPOINT 1

https://labangram.kamera-ichi.com/api/product-mcp

No auth detected

MCP server metadata

Name
labangram-product-mcp
Version
1.0.0
Capabilities
tools
Server instructions

This is Labangram's product action surface. Use portfolio and pricing tools to evaluate fit; submit_inquiry prepares a draft action only and requires human confirmation before any submission.

Known tools 4

search_portfolio

Search Labangram commercial photography, portrait, wedding, event, and digital product case studies.

Inferred read-only
get_pricing_and_services

Return current photography services, pricing ranges, delivery expectations, and booking steps.

Inferred read-only
get_project

Return one portfolio project by slug.

Inferred read-only
submit_inquiry

Prepare a Labangram product inquiry action for human confirmation; creates a draft payload only and never sends or confirms a booking.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.labangram-product-mcp]
url = "https://labangram.kamera-ichi.com/api/product-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "labangram-product-mcp": {
      "type": "http",
      "url": "https://labangram.kamera-ichi.com/api/product-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: labangram-product-mcp
Remote MCP URL: https://labangram.kamera-ichi.com/api/product-mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "labangram-product-mcp": {
      "url": "https://labangram.kamera-ichi.com/api/product-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "labangram-product-mcp": {
      "type": "http",
      "url": "https://labangram.kamera-ichi.com/api/product-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "labangram-product-mcp",
  "transport": "streamable-http",
  "url": "https://labangram.kamera-ichi.com/api/product-mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://labangram.kamera-ichi.com/api/mcp

No auth detected

MCP server metadata

Name
labangram-official
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Use search_portfolio for case studies, get_pricing_and_services for services and rates, and get_project for one portfolio item.

Known tools 3

search_portfolio

Search Labangram commercial photography, portrait, wedding, event, and digital product case studies.

Inferred read-only
get_pricing_and_services

Return current photography services, pricing ranges, delivery expectations, and booking steps.

Inferred read-only
get_project

Return one portfolio project by slug.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.labangram-official]
url = "https://labangram.kamera-ichi.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "labangram-official": {
      "type": "http",
      "url": "https://labangram.kamera-ichi.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: labangram-official
Remote MCP URL: https://labangram.kamera-ichi.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "labangram-official": {
      "url": "https://labangram.kamera-ichi.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "labangram-official": {
      "type": "http",
      "url": "https://labangram.kamera-ichi.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "labangram-official",
  "transport": "streamable-http",
  "url": "https://labangram.kamera-ichi.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://kamera-ichi.com/api/mcp

No auth detected

MCP server metadata

Name
kamera-ichi
Version
1.0.0
Capabilities
toolsresourcespromptslogging
Server instructions

Kamera-ichi is Taiwan's C2C used photography equipment marketplace. Use search_listings to find gear, get_trends for market pricing benchmarks, and get_listing for item specifications.

Known tools 5

search_listings

Search active used camera, lens, and photography equipment listings in Taiwan on Kamera-ichi.

Inferred read-only
get_listing

Get complete specifications, price, condition, images, and seller profile for a specific listing ID.

Inferred read-only
get_trends

Get historical average prices, price range, and condition breakdown for a specific camera or lens model in Taiwan.

Inferred read-only
get_trending_models

List top trending models by recent listing volume and price benchmarks in Taiwan.

Inferred read-only
get_brands

Get list of supported camera/lens brands for a given category.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kamera-ichi]
url = "https://kamera-ichi.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kamera-ichi": {
      "type": "http",
      "url": "https://kamera-ichi.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kamera-ichi
Remote MCP URL: https://kamera-ichi.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kamera-ichi": {
      "url": "https://kamera-ichi.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kamera-ichi": {
      "type": "http",
      "url": "https://kamera-ichi.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kamera-ichi",
  "transport": "streamable-http",
  "url": "https://kamera-ichi.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://kamera-ichi.com/api/v1/mcp

No auth detected

MCP server metadata

Name
kamera-ichi
Version
1.0.0
Capabilities
toolsresourcespromptslogging
Server instructions

Kamera-ichi is Taiwan's C2C used photography equipment marketplace. Use search_listings to find gear, get_trends for market pricing benchmarks, and get_listing for item specifications.

Known tools 5

search_listings

Search active used camera, lens, and photography equipment listings in Taiwan on Kamera-ichi.

Inferred read-only
get_listing

Get complete specifications, price, condition, images, and seller profile for a specific listing ID.

Inferred read-only
get_trends

Get historical average prices, price range, and condition breakdown for a specific camera or lens model in Taiwan.

Inferred read-only
get_trending_models

List top trending models by recent listing volume and price benchmarks in Taiwan.

Inferred read-only
get_brands

Get list of supported camera/lens brands for a given category.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kamera-ichi]
url = "https://kamera-ichi.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kamera-ichi": {
      "type": "http",
      "url": "https://kamera-ichi.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kamera-ichi
Remote MCP URL: https://kamera-ichi.com/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kamera-ichi": {
      "url": "https://kamera-ichi.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kamera-ichi": {
      "type": "http",
      "url": "https://kamera-ichi.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kamera-ichi",
  "transport": "streamable-http",
  "url": "https://kamera-ichi.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.