Skip to main content
Glama
mgdsn

io.github.mgdsn/verify-api-mcp

by mgdsn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERIFY_API_KEYYesYour Verify API key (vk_...). Obtainable from https://goodsong.dev/signup
VERIFY_API_URLNoDefaults to https://goodsong.dev and only needs to be set if pointing at a different deployment.https://goodsong.dev

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_citationA

Verify a citation: does it exist, is it retracted, and do the given title/authors/year/journal match the canonical record? Checked against Crossref (includes Retraction Watch data) with OpenAlex as a fallback when no DOI is given. Provide a doi and/or a title.

verify_urlB

Verify a URL: does it resolve, what's the final status and redirect chain, is it archived on the Wayback Machine, and (optionally) does expected text appear on the page. Checked via direct fetch and the Internet Archive.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mgdsn/verify-api-mcp'

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