← bryanbrinkman.com
INDIVIDUAL MCP TOOL
get_upcoming_drops
What 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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
get_collections— List 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.get_work— Get 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.search_catalog— Full-text search across Bryan Brinkman's ENTIRE catalog: every artwork (titles, tags, descriptions, collaborators, platforms, years), all curated collections, exhibitions, press, and talks.get_artist_bio— Bryan 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.