ENDPOINT 1
https://api.agishub.com/mcp
MCP server metadata
- Name
- agishub
- Version
- 2.1.0
Known tools 25
now_inGet the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect.
Inferred read-onlyconvert_batchConvert a single instant into many IANA timezones at once — a world-clock view.
Inferred read-onlytz_offsetGet the exact UTC offset of an IANA timezone at a given instant, DST-aware.
Inferred read-onlylist_timezonesList or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.
Inferred read-onlylookup_timezoneResolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.
Inferred read-onlydate_mathTimezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.
Inferred read-onlyfind_meeting_slotsFind working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.
Inferred read-onlyis_holidayCheck whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so.
Inferred read-onlyextractFetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists).
Inferred read-onlyconvert_unitsConvert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
Inferred read-onlyconvert_currencyConvert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.
Inferred read-onlysummarizeSummarize a block of text into a short abstract, with an optional target length.
Inferred read-onlyextract_entitiesExtract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
Inferred read-onlyembedTurn text into a numeric embedding vector for semantic search, RAG and similarity.
Inferred read-onlychatAsk a general-purpose LLM a question or give it an instruction, with an optional system prompt.
Inferred read-onlymemory_upsertStore a piece of text in a persistent, searchable memory collection (namespace).
Inferred read-onlymemory_searchSemantically search a memory collection (namespace) and return the most relevant stored entries.
Inferred read-onlyrelayDeliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery.
Potential side effectsstatusCheck the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
Inferred read-onlypriceGet live USD spot prices for one or more cryptocurrencies by ticker symbol (e.
Inferred read-onlyCONNECT 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.agishub]
url = "https://api.agishub.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agishub": {
"type": "http",
"url": "https://api.agishub.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agishub
Remote MCP URL: https://api.agishub.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": {
"agishub": {
"url": "https://api.agishub.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agishub": {
"type": "http",
"url": "https://api.agishub.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agishub",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.agishub.com/mcp/memory
MCP server metadata
- Name
- agent-memory
- Version
- 2.1.0
Known tools 2
memory_upsertStore a piece of text in a persistent, searchable memory collection (namespace).
Inferred read-onlymemory_searchSemantically search a memory collection (namespace) and return the most relevant stored entries.
Inferred read-onlyCONNECT 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.agent-memory]
url = "https://api.agishub.com/mcp/memory"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-memory": {
"type": "http",
"url": "https://api.agishub.com/mcp/memory"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-memory
Remote MCP URL: https://api.agishub.com/mcp/memory
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": {
"agent-memory": {
"url": "https://api.agishub.com/mcp/memory"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-memory": {
"type": "http",
"url": "https://api.agishub.com/mcp/memory"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-memory",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/memory"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://api.agishub.com/mcp/ai
MCP server metadata
- Name
- ai-toolkit
- Version
- 2.1.0
Known tools 6
summarizeSummarize a block of text into a short abstract, with an optional target length.
Inferred read-onlyextract_entitiesExtract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
Inferred read-onlyembedTurn text into a numeric embedding vector for semantic search, RAG and similarity.
Inferred read-onlychatAsk a general-purpose LLM a question or give it an instruction, with an optional system prompt.
Inferred read-onlyCONNECT 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.ai-toolkit]
url = "https://api.agishub.com/mcp/ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-toolkit": {
"type": "http",
"url": "https://api.agishub.com/mcp/ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-toolkit
Remote MCP URL: https://api.agishub.com/mcp/ai
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": {
"ai-toolkit": {
"url": "https://api.agishub.com/mcp/ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-toolkit": {
"type": "http",
"url": "https://api.agishub.com/mcp/ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-toolkit",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://api.agishub.com/mcp/crypto
MCP server metadata
- Name
- crypto-prices
- Version
- 2.1.0
Known tools 1
priceGet live USD spot prices for one or more cryptocurrencies by ticker symbol (e.
Inferred read-onlyCONNECT 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.crypto-prices]
url = "https://api.agishub.com/mcp/crypto"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crypto-prices": {
"type": "http",
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crypto-prices
Remote MCP URL: https://api.agishub.com/mcp/crypto
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": {
"crypto-prices": {
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crypto-prices": {
"type": "http",
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crypto-prices",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/crypto"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://api.agishub.com/mcp/timezone
MCP server metadata
- Name
- timezone-toolkit
- Version
- 2.1.0
Known tools 9
now_inGet the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect.
Inferred read-onlyconvert_batchConvert a single instant into many IANA timezones at once — a world-clock view.
Inferred read-onlytz_offsetGet the exact UTC offset of an IANA timezone at a given instant, DST-aware.
Inferred read-onlylist_timezonesList or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.
Inferred read-onlylookup_timezoneResolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.
Inferred read-onlydate_mathTimezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.
Inferred read-onlyfind_meeting_slotsFind working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.
Inferred read-onlyis_holidayCheck whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so.
Inferred read-onlyCONNECT 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.timezone-toolkit]
url = "https://api.agishub.com/mcp/timezone"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"timezone-toolkit": {
"type": "http",
"url": "https://api.agishub.com/mcp/timezone"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: timezone-toolkit
Remote MCP URL: https://api.agishub.com/mcp/timezone
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": {
"timezone-toolkit": {
"url": "https://api.agishub.com/mcp/timezone"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"timezone-toolkit": {
"type": "http",
"url": "https://api.agishub.com/mcp/timezone"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "timezone-toolkit",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/timezone"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://api.agishub.com/mcp/web
MCP server metadata
- Name
- web-scraper
- Version
- 2.1.0
Known tools 1
extractFetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists).
Inferred read-onlyCONNECT 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.web-scraper]
url = "https://api.agishub.com/mcp/web"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"web-scraper": {
"type": "http",
"url": "https://api.agishub.com/mcp/web"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: web-scraper
Remote MCP URL: https://api.agishub.com/mcp/web
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": {
"web-scraper": {
"url": "https://api.agishub.com/mcp/web"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"web-scraper": {
"type": "http",
"url": "https://api.agishub.com/mcp/web"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "web-scraper",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/web"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://api.agishub.com/mcp/webhook
MCP server metadata
- Name
- webhook-relay
- Version
- 2.1.0
Known tools 2
relayDeliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery.
Potential side effectsstatusCheck the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
Inferred read-onlyCONNECT 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.webhook-relay]
url = "https://api.agishub.com/mcp/webhook"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webhook-relay": {
"type": "http",
"url": "https://api.agishub.com/mcp/webhook"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webhook-relay
Remote MCP URL: https://api.agishub.com/mcp/webhook
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": {
"webhook-relay": {
"url": "https://api.agishub.com/mcp/webhook"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webhook-relay": {
"type": "http",
"url": "https://api.agishub.com/mcp/webhook"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webhook-relay",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/webhook"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agishub.com was fetched 2026-07-31T16:28:58.493Z.
agishub.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.