Skip to main content
Glama

Industrial MCP Server

by intecrel
route.ts337 B
/** * Test Basic Route - Not MCP */ import { NextResponse } from 'next/server'; export async function GET() { console.log('📍 Simple test route GET called'); return NextResponse.json({ message: "Simple test route works", timestamp: new Date().toISOString(), note: "This proves routing works for /api/simple" }); }

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/intecrel/industrial-mcp'

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