INDIVIDUAL MCP TOOL
check_token_narrative
Which meme/narrative category a token fits — ai, dog, cat, political, gaming, defi, infrastructure, frog, food, or memecoin — plus its socials.
LIVE ENDPOINT
https://saylorinnovations.com/mcp
Connect to this endpoint to inspect the live schema for check_token_narrative and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.saylor-innovations-guides]
url = "https://saylorinnovations.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saylor-innovations-guides": {
"type": "http",
"url": "https://saylorinnovations.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saylor-innovations-guides
Remote MCP URL: https://saylorinnovations.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"saylor-innovations-guides": {
"url": "https://saylorinnovations.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saylor-innovations-guides": {
"type": "http",
"url": "https://saylorinnovations.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saylor-innovations-guides",
"transport": "streamable-http",
"url": "https://saylorinnovations.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_doi_report— Resolve a DOI into normalized publication metadata, citation text, identifiers and source links.get_package_report— Inspect the latest npm package release: version, license, dependency counts, engine requirements, deprecation notice and source links.get_papers_report— Find up to five publications with DOI identifiers, authors, publication years and citation counts.get_npmsearch_report— Find up to five npm packages with versions, descriptions, registry ranking scores and source links for package discovery.get_python_report— Inspect a Python package’s latest release, Python compatibility, declared dependencies, license metadata and PyPI-reported advisories.get_cve_report— Resolve a CVE into its published description, status, CVSS metrics, weakness identifiers and vendor/reference links.get_fx_report— Get daily reference exchange rates per one unit of a base currency, with observation date and currency codes.get_country_report— Resolve a two-letter country code into its World Bank name, region, capital, income group and lending classification for data enrichment.