Skip to main content
Glama

Iceland News MCP Server

by olibuijr
+server.ts339 B
import { json } from '@sveltejs/kit'; import type { RequestHandler } from './$types'; import { GOOGLE_API_KEY } from '$env/static/private'; export const GET: RequestHandler = async () => { if (!GOOGLE_API_KEY) { return json({ error: 'Google API key not configured' }, { status: 500 }); } return json({ apiKey: GOOGLE_API_KEY }); };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/olibuijr/iceland-news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server