Logo.dev MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 28 Jun 2026.
Look up company logos and brand data via the logo.dev API.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
- name: Run copier update
id: copier
env:
VCS_REF: ${{ inputs.vcs_ref }}
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add logodev-mcp -- uvx logodev-mcp
{
"mcpServers": {
"logodev-mcp": {
"args": [
"logodev-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.logodev-mcp]
command = "uvx"
args = ["logodev-mcp"]
{
"mcpServers": {
"logodev-mcp": {
"args": [
"logodev-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"logodev-mcp": {
"args": [
"logodev-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FASTMCP_LOG_LEVEL (Log level (DEBUG, INFO, WARNING, ERROR)), LOGODEV_MCP_SERVER_NAME (MCP server name shown to clients), LOGODEV_MCP_BEARER_TOKEN (Bearer token for authentication), LOGODEV_MCP_AUTH_MODE (OIDC auth mode: 'remote' (JWKS validation) or 'oidc-proxy' (OAuth proxy). Auto-detected if not set.), LOGODEV_MCP_BASE_URL (Public base URL of this server (required for OIDC)), LOGODEV_MCP_OIDC_CONFIG_URL (OIDC discovery endpoint URL), LOGODEV_MCP_OIDC_CLIENT_ID (OIDC client ID), LOGODEV_MCP_OIDC_CLIENT_SECRET (OIDC client secret), LOGODEV_MCP_OIDC_JWT_SIGNING_KEY (Signing key for OIDC session JWTs (critical on Linux/Docker)), LOGODEV_MCP_OIDC_AUDIENCE (Expected OIDC token audience), LOGODEV_MCP_OIDC_REQUIRED_SCOPES (Space-separated required OIDC scopes).
The author declared them in the registry entry; get the values from the project itself.
NHL MCP — live NHL data via the official NHL API
Look up the technology stack behind any domain, and the company running it.
NBA MCP — player, team, and game data via the BallDontLie API
F1 MCP — Formula 1 data via the Ergast API
CarsXE MCP — wraps the CarsXE Vehicle Data API (carsxe.com)
Auto.dev MCP — wraps the Auto.dev automotive data API (auto.dev)
GuruFocus MCP — wraps the GuruFocus Data API (gurufocus.com/data-api)
Datafiniti MCP — wraps the Datafiniti Data API (datafiniti.co)
Answers built from our own checks of this server.