INDIVIDUAL MCP TOOL
list_patents
List Mike Shoss's granted and published patents, with patent numbers, filing dates, grant dates, and links to the public record.
LIVE ENDPOINT
https://mikeshoss.com/mcp
Connect to this endpoint to inspect the live schema for list_patents and invoke it with your own arguments.
Indexed 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 server
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.mikeshoss]
url = "https://mikeshoss.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mikeshoss": {
"type": "http",
"url": "https://mikeshoss.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mikeshoss
Remote MCP URL: https://mikeshoss.com/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": {
"mikeshoss": {
"url": "https://mikeshoss.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mikeshoss": {
"type": "http",
"url": "https://mikeshoss.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mikeshoss",
"transport": "streamable-http",
"url": "https://mikeshoss.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_resume— Get Mike Shoss's full structured resume: work history, companies founded, education, projects, patents, skills, volunteering and more.search_experience— Search Mike Shoss's professional history by keyword across employment, companies he founded, and volunteering.list_projects— List the projects and products Mike Shoss has built, including their status and the company they were built under.get_contact— Get Mike Shoss's contact details and public profile links (email, website, LinkedIn, GitHub, location).