I built a read-only MCP server for Akamai
I had 200+ CDN properties in Akamai and an agent that couldn't find any of them. Akamai's Property...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3866520) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Wojciech Wentland Posted on Apr 29 • Originally published at blog.wentland.io I built a read-only MCP server for Akamai #ai #productivity #mcp #python I had 200+ CDN properties in Akamai and an agent that couldn't find any of them. Akamai's Property Manager API lists properties by group and contract, but there's no fuzzy search endpoint. If the agent doesn't know the exact property name or ID, it's stuck.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).