Content Tools
bryanbrinkman.com
Provides comprehensive access to Bryan Brinkman's digital art catalog, including artwork details, collections, upcoming drops, and artist biography.
ENDPOINT 1
https://bryanbrinkman.com/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 5
get_collectionsList every body of work (collection) by digital artist Bryan Brinkman, newest first: title, release year, platform (SuperRare, NiftyGateway, Highlight, etc.), number of works, short intro, and a link to each collection page — plus catalog-wide totals.
Inferred read-onlyget_workGet the complete record for ONE Bryan Brinkman artwork: description, year and exact mint date, edition size, platform, blockchain provenance (chain, contract address, token ID/standard), current availability, collaborator, related exhibitions, image URL, and marketplace link.
Inferred read-onlyget_upcoming_dropsWhat is next and what is newest from Bryan Brinkman: scheduled future releases, upcoming exhibitions and speaking appearances (date-sorted), AND the five most recently released works.
Inferred read-onlysearch_catalogFull-text search across Bryan Brinkman's ENTIRE catalog: every artwork (titles, tags, descriptions, collaborators, platforms, years), all curated collections, exhibitions, press, and talks.
Inferred read-onlyget_artist_bioBryan Brinkman's biography and credentials: full bio, education, TV/animation background (SNL, The Tonight Show), auction and gallery history (Christie's, Sotheby's, Saatchi Gallery), career stats, recent exhibitions, press coverage, and official links/socials.
Inferred read-onlyCONNECT 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.mcp-typescript-server-on-vercel]
url = "https://bryanbrinkman.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://bryanbrinkman.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://bryanbrinkman.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": {
"mcp-typescript-server-on-vercel": {
"url": "https://bryanbrinkman.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://bryanbrinkman.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://bryanbrinkman.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bryanbrinkman.com was fetched 2026-07-25T22:12:20.710Z and is being refreshed.
bryanbrinkman.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.