Skip to main content
Glama

MCP-RSS-Crawler

by mshk
page.tsx422 B
'use client'; import { useSearchParams } from 'next/navigation'; import Layout from '@/components/Layout'; import FeedItemList from '@/components/FeedItemList'; export default function SearchPage() { const searchParams = useSearchParams(); const query = searchParams.get('q') || ''; return ( <Layout> <div className="py-6"> <FeedItemList searchQuery={query} /> </div> </Layout> ); }

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/mshk/mcp-rss-crawler'

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