bing-image-search-mcp

Retrieve Bing image search results via OneKey Router with JSON payloads.

3|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill bing-image-search-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bing-image-search-mcp
Source: https://github.com/aiagenta2z/onekey-agent-router/tree/main/skills/bing-image-search-mcp
Command: npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill bing-image-search-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai-agent-marketplace, and includes scripts (resource) components.

What problem does it solve?

Automates retrieval of image results from Bing through a unified OneKey Router interface, simplifying integration of image search into apps and workflows.

Core Features & Use Cases

  • search_images: query Bing images and return a structured list including title, thumbnail_url, and url.
  • search_images_batch: perform multiple queries in a single call and return a structured result.
  • Scripts: dedicated Python scripts to invoke each tool via the OneKey Router.

Quick Start

Set your OneKey access key and run the corresponding script to perform a Bing image search.

Frequently Asked Questions about bing-image-search-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Bing image search results retrieval for an application?

Bing image search automation is achieved by sending JSON payloads to the 'search_images' or 'search_images_batch' tools via the OneKey Router. This returns structured lists containing image titles, thumbnail URLs, and direct URLs for application integration.

Can I perform multiple image queries in a single API call?

Yes, you can perform multiple image queries in a single call using the 'search_images_batch' tool. It accepts JSON payloads and returns a structured result for each query, streamlining batch media curation workflows.

Do I need an access key to query Bing images programmatically?

Yes, querying Bing images programmatically requires a OneKey Router access key. You must configure this access key in your environment before executing the Python scripts to invoke the search tools.

What format do I use for inputs when integrating image search into my workflows?

You use JSON payloads as inputs when integrating image search into your workflows. The dedicated Python scripts accept these JSON inputs to query Bing and return structured image data.

What's the best way to get structured image data like thumbnails and URLs from Bing?

The best way to get structured image data from Bing is using the unified OneKey Router interface. It queries Bing images and returns structured fields including title, thumbnail_url, and url for easy media curation.