Recall Data Omnifeeds (recallnet/external-mcp) is an MCP server listed on the M8ven Trust Index. It scores 47 out of 100, grade D. It declares 1 tool. No publisher has claimed this listing.
This server enables AI models & Agents to interact with and search data from multiple curated sources through a unified MCP (model context protocol) server..
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
recallnet
Source: mcp.so
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
calculate-statisticssubstack-get-post-slugsbehind configGets a lightweight list of recent posts with only basic info (slug, title, date). Best for browsing publications quickly.
substack-get-recent-postsbehind configRetrieves recent posts from a Substack publication. Returns minimal metadata by default, or full content when fullData=true.
substack-get-postsbehind configGets posts from a Substack publication with pagination support. Use offset to navigate through older posts.
substack-get-post-by-slugbehind configRetrieves a specific post by its slug identifier. Use fullData=true to get complete content.
substack-get-post-contentbehind configFetches full content of a post given its complete URL. Returns full article content.
substack-get-latest-post-contentbehind configRetrieves the most recent post from a publication. Set fullData=true to get complete content.
substack-get-commentsbehind configRetrieves comments for a specific post.
substack-search-postsbehind configSearches for posts containing the specified term. Returns matching posts with metadata.
substack-get-publication-infobehind configGets information about a Substack publication including description, stats, and metadata.
substack-list-categoriesbehind configLists all available Substack content categories.
substack-get-category-newslettersbehind configGets list of newsletters in a specific category.
substack-get-user-profilebehind configGets public profile information for a Substack user.
substack-get-newsletter-authorsbehind configGets the authors of a Substack publication.
substack-get-latest-post-simplifiedbehind configRetrieves the most recent post from a publication in simplified text format without HTML markup.
substack-get-newsletter-recommendationsbehind configGets recommended newsletters for a specific publication.
substack-search-and-get-contentbehind configSearches for posts by term and returns the first match. Use fullData=true to get complete content.
substack-get-post-summariesbehind configGets lightweight summaries of posts (without full content) - optimized for efficient browsing.
twitter-get-profilebehind configGets public profile information for a Twitter user.
twitter-get-tweetsbehind configGets recent tweets from a specific user (doesn't include replies).
twitter-get-tweets-and-repliesbehind configGets recent tweets and replies from a specific user (includes conversations).
twitter-get-latest-tweetbehind configGets only the most recent tweet from a user (optionally include retweets).
twitter-get-tweetbehind configGets a single tweet by its ID.
twitter-get-quoted-tweetsbehind configGets tweets that quote (retweet with comment) a specific tweet.
twitter-get-retweetersbehind configGets users who retweeted a specific tweet.
twitter-get-list-tweetsbehind configGets tweets from a Twitter list (curated collection of users).
twitter-get-trendsbehind configGets current trending topics on Twitter.
twitter-search-tweetsbehind configSearches for tweets containing specific keywords or matching search criteria.
twitter-search-profilesbehind configSearches for Twitter user profiles matching the search query.
twitter-get-user-idbehind configConverts a Twitter username to its numeric user ID.
twitter-get-usernamebehind configConverts a Twitter user ID to its username (screen name).
twitter-get-followersbehind configGets users who follow a specific Twitter user.
twitter-get-followingbehind configGets users that a specific Twitter user follows.
twitter-get-articlebehind configGets an article published via Twitter.
twitter-send-tweetbehind configPosts a new tweet to the authenticated user's account.
twitter-like-tweetbehind configLikes a tweet as the authenticated user.
twitter-retweetbehind configRetweets a tweet as the authenticated user.
twitter-follow-userbehind configFollows a user as the authenticated user.
twitter-get-home-timelinebehind configGets the home timeline for the authenticated user.
twitter-get-following-timelinebehind configGets tweets from accounts the authenticated user follows.
twitter-get-dm-conversationsbehind configtwitter-send-dmbehind configtwitter-grok-chatbehind configcoingecko-get-featuresbehind configGets available CoinGecko API features and capabilities.
coingecko-get-pricebehind configGets current price of a cryptocurrency token in specified currency.
coingecko-get-contractsbehind configGets blockchain contract addresses for a token across different chains.
coingecko-searchbehind configSearches for cryptocurrency tokens by name or symbol.
coingecko-trendingbehind configGets currently trending tokens in the cryptocurrency market.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig
COINGECKO_API_KEYTWITTER_ACCESS_SECRETTWITTER_ACCESS_TOKENTWITTER_APP_KEYTWITTER_APP_SECRETTWITTER_EMAILTWITTER_PASSWORDTWITTER_USERNAMEPORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
48/48 tools missing one or more hints — calculate-statistics (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); substack-get-post-slugs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); substack-get-recent-posts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +45 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
47/48 tool handlers declare input schemas (98%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 0/48 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
0 critical, 14 high severity in production deps — @modelcontextprotocol/sdk@1.8.0 (high), @modelcontextprotocol/sdk@1.8.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/recallnet/external-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check