Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
fields.js1.21 kB
const fields = module.exports = {}; fields.feed = [ ['author', 'creator'], ['dc:publisher', 'publisher'], ['dc:creator', 'creator'], ['dc:source', 'source'], ['dc:title', 'title'], ['dc:type', 'type'], 'title', 'description', 'author', 'pubDate', 'webMaster', 'managingEditor', 'generator', 'link', 'language', 'copyright', 'lastBuildDate', 'docs', 'generator', 'ttl', 'rating', 'skipHours', 'skipDays', ]; fields.item = [ ['author', 'creator'], ['dc:creator', 'creator'], ['dc:date', 'date'], ['dc:language', 'language'], ['dc:rights', 'rights'], ['dc:source', 'source'], ['dc:title', 'title'], 'title', 'link', 'pubDate', 'author', 'summary', ['content:encoded', 'content:encoded', {includeSnippet: true}], 'enclosure', 'dc:creator', 'dc:date', 'comments', ]; var mapItunesField = function(f) { return ['itunes:' + f, f]; } fields.podcastFeed = ([ 'author', 'subtitle', 'summary', 'explicit' ]).map(mapItunesField); fields.podcastItem = ([ 'author', 'subtitle', 'summary', 'explicit', 'duration', 'image', 'episode', 'image', 'season', 'keywords', 'episodeType' ]).map(mapItunesField);

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/Jeetinida/stocknews-mcp'

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