Server data from the Official MCP Registry
Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches.
Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches.
Remote endpoints: streamable-http: https://byimprint.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.
7 tools verified · Open access · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Open-source MCP client for byImprint creator-audience intelligence.
The actual MCP server, scoring methodology, and creator data live behind authentication at https://byimprint.com/mcp. This package is the open-source plumbing: the tool descriptors, a thin TypeScript client, and a small CLI for setup. Modeled on Plaid Link.
claude mcp add imprint-intelligence https://byimprint.com/mcp
That is the entire setup. Free tier requires no API key, no credit card. Get a paid-tier key at byimprint.com/agents.
Add https://byimprint.com/mcp as a Custom Connector in ChatGPT, or point your agent runtime at the OpenAPI spec:
https://byimprint.com/.well-known/openapi.json
Discovery descriptor for MCP clients that prefer auto-config:
https://byimprint.com/.well-known/mcp.json
Seven composable tools for iterating across creators and niches inside an agent loop.
| Tool | Purpose | Tier |
|---|---|---|
imprint-search | Keyword search across creators and niches. | Free |
imprint-niche | Niche landscape: creators, score distribution, common risks. Free returns 42 public niches; paid returns all 180. | Free / Paid |
imprint-profile | Per-creator deep-dive. Free returns the card view; paid returns full sections. | Free / Paid |
imprint-filter | Structured filter across creators by score, niche, partnerships, etc. | Indie |
imprint-grep | Regex match across creator analyses. | Indie |
imprint-map | Question-across-set with optional Claude synthesis. Synthesis is Agency or pay-per-call. | Indie |
imprint-rank-creators-for-brand | Rank creators against a brand brief with evidence and exclusions. | Agency (5/mo) or pay-per-call |
| Tier | Monthly | Calls | Notes |
|---|---|---|---|
| Free | $0 | 100 / day | Public niches and creator search. No card. |
| Indie | $49 | 5,000 / mo | All read tools. |
| Agency | $499 | 50,000 / mo | + 5 brand-creator ranks included, $99/call after. |
| Pay-per-call | usage | usage | $99/rank, $5/map-synthesize. |
import { imprintFetch, IMPRINT_TOOLS } from "@byimprint/mcp-server";
const tools = await imprintFetch("tools/list", {});
console.log(tools);
const search = await imprintFetch(
"tools/call",
{ name: "imprint-search", arguments: { query: "quilting fabric" } },
{ apiKey: process.env.IMPRINT_API_KEY },
);
console.log(search);
For agent runtimes, prefer a real MCP client (@modelcontextprotocol/sdk) and point it at https://byimprint.com/mcp with your bearer token in Authorization.
npx @byimprint/mcp-server install
npx @byimprint/mcp-server tools
npx @byimprint/mcp-server discover
IMPRINT_API_KEY=imp_... npx @byimprint/mcp-server ping
Every score traces back to YouTube Data API metrics, comment evidence, and the published six-axis framework: Voice, Audience, Product, Partnership, Risk, Reach. Read the full methodology at byimprint.com/methodology.
MIT. See LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.