Skip to main content
Glama
viowb

MCP Server Tools

by viowb
header_links.cy.js883 B
describe('Header and footer link matrix — Joint Investment', () => { it('verifies Complaint Policy link in footer', () => { cy.visit('https://www.jointinv.com/home'); cy.get('a').contains(/Complaint Policy/i).should('have.attr', 'href').and('match', /complaint-policy/); }); it('verifies About / What We Do links', () => { cy.visit('https://www.jointinv.com/home'); cy.get('a').contains(/About/i).should('exist'); cy.get('a').contains(/What We Do/i).should('exist'); }); it('verifies external links open expected domains', () => { cy.visit('https://www.jointinv.com/home'); cy.get('a').contains(/Amazon Book/i).should('have.attr', 'href').and('match', /amazon\.co\.uk/); cy.get('a').contains(/Companies House|Company Number/i).should('have.attr', 'href').and('match', /companiesmadesimple|companieshouse|companieshouse\.gov/); }); });

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/viowb/MCP'

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