Skip to main content
Glama
xiaobenyang-com

Logo-Analyze

Logo提取处理工具 Logo Analyze

一个智能Logo提取和处理的MCP服务器,支持从网站URL自动识别并提取Logo图标,并提供图像处理和矢量转换功能。 An MCP server for intelligent logo extraction and processing, supporting automatic recognition and extraction of logo icons from website URLs, and providing image processing and vector conversion functions.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

get_best_logo_url

从网站提取并返回最佳Logo的URL地址,适用于只需要获取最佳Logo URL的场景

analyze_logo

分析Logo的基本信息(尺寸、格式、质量等),支持onlyBestUrl参数只返回最佳Logo的URL

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659872771

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659872771

Related MCP server: Stamp it

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "Logo提取处理工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659872771/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "Logo提取处理工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659872771/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "Logo提取处理工具": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659872771",
          },
          "transport": "stdio"
        }
      }
}
Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

  • MCP server for ScanMalware.com URL scanning, malware detection, and analysis.

  • MCP server for Midjourney AI image generation and editing

View all MCP Connectors

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/xiaobenyang-com/1777316659872771'

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