Skip to main content
Glama
northernvariables

FedMCP - Federal Parliamentary Information

route.ts269 B
import { NextResponse } from 'next/server'; import { auth } from '@/auth'; export async function GET() { const session = await auth(); return NextResponse.json({ session, user: session?.user, subscriptionTier: session?.user?.subscriptionTier, }); }

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/northernvariables/FedMCP'

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