Humans
Website
Readable pages, navigation, product detail, case studies, notes.
Developer surface
The website is for people. The public API is for software. The MCP server is for AI agents that need structured context about my profile, products, projects, and notes.
Humans
Readable pages, navigation, product detail, case studies, notes.
Software
Versioned JSON endpoints with metadata, summaries, filters, and rate limits.
AI agents
Intent-named tools for assistants and agent workflows.
Public API
/api/v1/meProfile, positioning, skills, links, and agent-readable summary.
Discovery/api/v1/projectsPortfolio projects with tags, technology, links, and why each project matters.
Discovery/api/v1/projects/:slugA single public project by slug.
Discovery/api/v1/productsShipped products with status, traction signal, screenshots, and product links.
Discovery/api/v1/products/:slugA single public product by slug.
Discovery/api/v1/notesPublished notes with topic/category filters for writing and technical thinking.
Discovery/api/v1/notes/:slugA single published note by slug.
Discovery/api/v1/newsletter/subscribeNewsletter and lead-magnet subscriptions with email validation and rate limiting.
Product ops/api/v1/inquiriesProject and hiring inquiries from contact flows.
Product ops/api/products/feedbackProduct feedback and uninstall surveys for known apps.
Product opsMCP
MCP clients can call the remote endpoint at /api/mcp. These tools are read-only and return public portfolio context.
Returns a structured profile card for Orlando Ascanio.
Returns public portfolio projects with optional tag, status, and locale filters.
Returns one project by slug.
Returns shipped products with optional featured, status, and locale filters.
Returns one product by slug.
Returns a compact status snapshot for a product.
Returns published notes with optional topic filtering.
Returns one published note by slug.
Examples
Profile
curl https://orlandoascanio.com/api/v1/meActive products
curl "https://orlandoascanio.com/api/v1/products?status=active"Agent prompt
Use Orlando's portfolio MCP server to summarize his active products and the strongest evidence of API/agent work.Canonical docs
https://www.orlandoascanio.com/es/developers