Get Post meta via XML-RPC using wp.getPost

the filter xmlrpc_default_post_fields can modify the defult fields sent in rpc, but the defults array( 'post', 'terms', 'custom_fields' ) alredy include custom_fields

you also have the filter xmlrpc_prepare_post, where you can add extra stuff to the rpc:s post