Skip to main content
Glama
V2-Digital

V2.ai Insights Scraper MCP

by V2-Digital

get_latest_posts

Retrieve blog posts with metadata from V2.ai Insights for content analysis and AI-powered summarization.

Instructions

Retrieves the latest blog posts with metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The actual logic for fetching the latest posts via fetch_blog_posts().
    def _get_latest_posts():
        """Retrieves the latest blog posts with metadata"""
        return fetch_blog_posts()
  • The registration of the 'get_latest_posts' tool using @mcp.tool().
    @mcp.tool()
    def get_latest_posts():
        """Retrieves the latest blog posts with metadata"""
        return _get_latest_posts()

Latest Blog Posts

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/V2-Digital/v2-ai-mcp'

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