WeSearch

I built a read-only MCP server for Akamai

·4 min read · 0 reactions · 0 comments · 2 views
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...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)