NEURA MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NEURA MCP ServerList the latest AI news articles in Italian"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NEURA
An English-first, internationalized AI news platform built with Next.js, Supabase, and the Model Context Protocol (MCP). NEURA ships with a zero-configuration in-memory demo, so the complete public experience can run before any external service is configured.
What ships
English-first routes with Italian content parity:
/enand/it.Editorial home, latest feed, categories, search, article pages, localized RSS, newsletter capture, and social share intents.
Supabase Postgres schema with full-text search, row-level security, editorial roles, publication state, translations, newsletter subscriptions, and social distribution state.
Public, stateless, read-only MCP server over Streamable HTTP at
/api/mcp.Hexagonal boundaries: domain and application code do not depend on Next.js or Supabase.
Server Components, route-level caching, optimized images, self-hosted fonts, and a token-driven design system.
Vercel configuration and GitHub Actions quality gate.
Related MCP server: gnews-mcp-server
Stack
Next.js 16.3 and React 19.2
TypeScript 5
Supabase Postgres, Auth, and SSR client
MCP TypeScript SDK
Vitest and ESLint
@google/design.mdCLI 0.4
Run locally
Node.js 24 is used in CI and on Vercel. No environment variables are required for demo mode.
npm ci
npm run devOpen http://localhost:3000. The root redirects permanently to /en; use /it for Italian. Demo data lives in memory and resets when the process restarts.
To make local settings explicit:
cp .env.example .env.localLeave both Supabase variables empty for demo mode. Set both to switch the repository adapter to Supabase.
Quality gate
npm run checkThe gate runs design-system validation, lint, TypeScript, tests, and the production build. GitHub Actions runs the same checks from a clean npm ci install.
MCP quick check
Discovery metadata:
curl http://localhost:3000/api/mcp/infoRead the latest English articles:
curl --request POST http://localhost:3000/api/mcp \
--header 'Content-Type: application/json' \
--header 'Accept: application/json, text/event-stream' \
--header 'MCP-Protocol-Version: 2025-11-25' \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_articles","arguments":{"locale":"en","limit":3}}}'See MCP.md for initialization, tools, pagination, CORS, and production client configuration.
Production setup
Reproduce the database locally with the committed Supabase configuration, migration, and seed.
Create separate Supabase projects for Preview/Staging and Production.
Dry-run and apply the migration; do not automatically seed production.
Bootstrap the first Auth editor through the Supabase Dashboard and a bounded SQL grant.
Import this repository into Vercel, set the documented environment variables, and deploy.
Run the HTTP, localization, Supabase, newsletter, and MCP smoke checks.
Full instructions: DEPLOYMENT.md.
Documentation
Security model
The application uses only the public Supabase URL and anon/publishable key. Never add a service-role key to this project or to a
NEXT_PUBLIC_*variable.Supabase RLS is the authorization boundary. Proxy and UI checks are convenience layers, not authorization.
Anonymous users can read only published content and create newsletter subscriptions.
Only authenticated users mapped to an
editororadminprofile can mutate editorial data.The MCP surface is intentionally read-only and exposes only published content.
Repository map
src/app/ Next.js delivery adapter
src/components/ UI components
src/i18n/ locale contract and message catalogs
src/modules/editorial/domain/ entities, invariants, and ports
src/modules/editorial/application/ use cases and cached queries
src/modules/editorial/infrastructure/ memory and Supabase adapters
src/modules/mcp/ public MCP delivery adapter
supabase/migrations/ versioned database schema and RLS
supabase/seed.sql deterministic development contentThe canonical architecture description is ARCHITECTURE.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server exposing AFP news content as tools for AI assistants, enabling article search, retrieval, and analysis via natural language.Last updated1704ISC
- Flicense-qualityFmaintenanceMCP server providing access to the GNews API for fetching news articles and headlines. Supports search and top headlines with advanced filtering by language, country, category, and date.Last updated1
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides access to global news articles through the News API. It implements a standardized interface for searching news articles, retrieving top headlines, and listing available news sources.Last updated312MIT
- Flicense-qualityDmaintenanceA FastAPI MCP server that provides access to NewsAPI.org for fetching top headlines, searching articles, trending stories, and listing news sources.Last updated
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/giulioleone097/ai-news-platform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server