Skip to main content
Glama

Vercel MCP

by fefergrgrgrg
App.js1.27 kB
import React, { Component } from 'react' import Helmet from 'react-helmet'; import { Route, Switch, withRouter } from 'react-router-dom'; import logo from './logo.svg'; import './App.css'; import './styles.css'; import Header from './components/header'; import Home from './routes/home'; import GetStarted from './routes/getstarted'; import About from './routes/about'; import CoinInfo from './routes/coininfo' import Details from './routes/details' import Wallets from './routes/wallets' class App extends Component { render() { return ( <div className="App"> <main className="main"> <Helmet defaultTitle="SmileyCoin" titleTemplate="%s - SmileyCoin"/> <Header /> <div className="main_content"> <Switch location={this.props.location}> <Route path="/" exact component={Home} /> <Route path="/getstarted" component={GetStarted} /> <Route path="/about" component={About} /> <Route path="/coininfo" component={CoinInfo} /> <Route path="/details" component={Details} /> <Route path="/wallets" component={Wallets} /> </Switch> </div> </main> </div> ); } } export default App;

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/fefergrgrgrg/vercel-api-mcp'

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